(self, methodName="runTest")
| 308 | |
| 309 | class longTestCase(SuperTensorTestCase): |
| 310 | def __init__(self, methodName="runTest"): |
| 311 | SuperTensorTestCase.__init__(self, methodName) |
| 312 | self.typeStr = "long" |
| 313 | self.typeCode = "l" |
| 314 | #self.result = int(self.result) |
| 315 | |
| 316 | ###################################################################### |
| 317 |