(self, methodName="runTest")
| 88 | |
| 89 | class longTestCase(FortranTestCase): |
| 90 | def __init__(self, methodName="runTest"): |
| 91 | FortranTestCase.__init__(self, methodName) |
| 92 | self.typeStr = "long" |
| 93 | self.typeCode = "l" |
| 94 | |
| 95 | ###################################################################### |
| 96 |