(self, methodName="runTest")
| 317 | |
| 318 | class ulongTestCase(SuperTensorTestCase): |
| 319 | def __init__(self, methodName="runTest"): |
| 320 | SuperTensorTestCase.__init__(self, methodName) |
| 321 | self.typeStr = "ulong" |
| 322 | self.typeCode = "L" |
| 323 | #self.result = int(self.result) |
| 324 | |
| 325 | ###################################################################### |
| 326 |