(self, methodName="runTest")
| 342 | |
| 343 | class longLongTestCase(TensorTestCase): |
| 344 | def __init__(self, methodName="runTest"): |
| 345 | TensorTestCase.__init__(self, methodName) |
| 346 | self.typeStr = "longLong" |
| 347 | self.typeCode = "q" |
| 348 | self.result = int(self.result) |
| 349 | |
| 350 | ###################################################################### |
| 351 |