(self, methodName="runTest")
| 40 | |
| 41 | class scharTestCase(FortranTestCase): |
| 42 | def __init__(self, methodName="runTest"): |
| 43 | FortranTestCase.__init__(self, methodName) |
| 44 | self.typeStr = "schar" |
| 45 | self.typeCode = "b" |
| 46 | |
| 47 | ###################################################################### |
| 48 |