(self, methodName="runTest")
| 56 | |
| 57 | class shortTestCase(FortranTestCase): |
| 58 | def __init__(self, methodName="runTest"): |
| 59 | FortranTestCase.__init__(self, methodName) |
| 60 | self.typeStr = "short" |
| 61 | self.typeCode = "h" |
| 62 | |
| 63 | ###################################################################### |
| 64 |