(self, methodName="runTest")
| 306 | |
| 307 | class longTestCase(VectorTestCase): |
| 308 | def __init__(self, methodName="runTest"): |
| 309 | VectorTestCase.__init__(self, methodName) |
| 310 | self.typeStr = "long" |
| 311 | self.typeCode = "l" |
| 312 | |
| 313 | ###################################################################### |
| 314 |