(self, methodName="runTest")
| 274 | |
| 275 | class shortTestCase(VectorTestCase): |
| 276 | def __init__(self, methodName="runTest"): |
| 277 | VectorTestCase.__init__(self, methodName) |
| 278 | self.typeStr = "short" |
| 279 | self.typeCode = "h" |
| 280 | |
| 281 | ###################################################################### |
| 282 |