(self, methodName="runTest")
| 322 | |
| 323 | class longLongTestCase(VectorTestCase): |
| 324 | def __init__(self, methodName="runTest"): |
| 325 | VectorTestCase.__init__(self, methodName) |
| 326 | self.typeStr = "longLong" |
| 327 | self.typeCode = "q" |
| 328 | |
| 329 | ###################################################################### |
| 330 |