(self, methodName="runTest")
| 296 | |
| 297 | class ushortTestCase(TensorTestCase): |
| 298 | def __init__(self, methodName="runTest"): |
| 299 | TensorTestCase.__init__(self, methodName) |
| 300 | self.typeStr = "ushort" |
| 301 | self.typeCode = "H" |
| 302 | self.result = int(self.result) |
| 303 | |
| 304 | ###################################################################### |
| 305 |