(self, methodName="runTest")
| 93 | |
| 94 | class shortTestCase(FlatTestCase): |
| 95 | def __init__(self, methodName="runTest"): |
| 96 | FlatTestCase.__init__(self, methodName) |
| 97 | self.typeStr = "short" |
| 98 | self.typeCode = "h" |
| 99 | |
| 100 | ###################################################################### |
| 101 |