(self, methodName="runTest")
| 77 | |
| 78 | class scharTestCase(FlatTestCase): |
| 79 | def __init__(self, methodName="runTest"): |
| 80 | FlatTestCase.__init__(self, methodName) |
| 81 | self.typeStr = "schar" |
| 82 | self.typeCode = "b" |
| 83 | |
| 84 | ###################################################################### |
| 85 |