(self, methodName="runTest")
| 314 | |
| 315 | class ulongTestCase(VectorTestCase): |
| 316 | def __init__(self, methodName="runTest"): |
| 317 | VectorTestCase.__init__(self, methodName) |
| 318 | self.typeStr = "ulong" |
| 319 | self.typeCode = "L" |
| 320 | |
| 321 | ###################################################################### |
| 322 |