(self, methodName="runTest")
| 287 | |
| 288 | class longTestCase(MatrixTestCase): |
| 289 | def __init__(self, methodName="runTest"): |
| 290 | MatrixTestCase.__init__(self, methodName) |
| 291 | self.typeStr = "long" |
| 292 | self.typeCode = "l" |
| 293 | |
| 294 | ###################################################################### |
| 295 |