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