(self, methodName="runTest")
| 295 | |
| 296 | class ulongTestCase(MatrixTestCase): |
| 297 | def __init__(self, methodName="runTest"): |
| 298 | MatrixTestCase.__init__(self, methodName) |
| 299 | self.typeStr = "ulong" |
| 300 | self.typeCode = "L" |
| 301 | |
| 302 | ###################################################################### |
| 303 |