(self, methodName="runTest")
| 281 | |
| 282 | class ushortTestCase(SuperTensorTestCase): |
| 283 | def __init__(self, methodName="runTest"): |
| 284 | SuperTensorTestCase.__init__(self, methodName) |
| 285 | self.typeStr = "ushort" |
| 286 | self.typeCode = "H" |
| 287 | #self.result = int(self.result) |
| 288 | |
| 289 | ###################################################################### |
| 290 |