(self, methodName="runTest")
| 326 | |
| 327 | class longLongTestCase(SuperTensorTestCase): |
| 328 | def __init__(self, methodName="runTest"): |
| 329 | SuperTensorTestCase.__init__(self, methodName) |
| 330 | self.typeStr = "longLong" |
| 331 | self.typeCode = "q" |
| 332 | #self.result = int(self.result) |
| 333 | |
| 334 | ###################################################################### |
| 335 |