(self, param1)
| 813 | class UCharVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 814 | |
| 815 | def __init__(self, param1): |
| 816 | BaseVectorDataTest.__init__(self, IECore.UCharVectorData, int) |
| 817 | unittest.TestCase.__init__(self, param1) |
| 818 | |
| 819 | def testConstructors(self): |
| 820 | """Test UCharVectorData constructors""" |