(self, param1)
| 742 | class CharVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 743 | |
| 744 | def __init__(self, param1): |
| 745 | BaseVectorDataTest.__init__(self, IECore.CharVectorData, chr) |
| 746 | unittest.TestCase.__init__(self, param1) |
| 747 | |
| 748 | def testConstructors(self): |
| 749 | """Test CharVectorData constructors""" |