(self, methodName="runTest")
| 141 | |
| 142 | class longLongTestCase(FlatTestCase): |
| 143 | def __init__(self, methodName="runTest"): |
| 144 | FlatTestCase.__init__(self, methodName) |
| 145 | self.typeStr = "longLong" |
| 146 | self.typeCode = "q" |
| 147 | |
| 148 | ###################################################################### |
| 149 |