(self, methodName="runTest")
| 125 | |
| 126 | class longTestCase(FlatTestCase): |
| 127 | def __init__(self, methodName="runTest"): |
| 128 | FlatTestCase.__init__(self, methodName) |
| 129 | self.typeStr = "long" |
| 130 | self.typeCode = "l" |
| 131 | |
| 132 | ###################################################################### |
| 133 |