(self, methodName="runTest")
| 255 | |
| 256 | class shortTestCase(MatrixTestCase): |
| 257 | def __init__(self, methodName="runTest"): |
| 258 | MatrixTestCase.__init__(self, methodName) |
| 259 | self.typeStr = "short" |
| 260 | self.typeCode = "h" |
| 261 | |
| 262 | ###################################################################### |
| 263 |