test/test.py: Fix ['Column0'] -> ['', 'Column0']
authorW. Trevor King <wking@tremily.us>
Wed, 8 Apr 2015 17:19:18 +0000 (10:19 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 8 Apr 2015 17:19:18 +0000 (10:19 -0700)
Catch up with 551d9bca (Fix DynamicLabelsField parsing algorithm.,
2012-08-20).

test/test.py

index 1934493cd63c25776f7681b3b78b9016e90fa701..841cf452c90e39a6d1b129b93f4b6f93698699e9 100644 (file)
@@ -196,7 +196,7 @@ r"""Test the igor module by loading sample files.
           'data_units': '',
           'dimension_units': '',
           'formula': '',
           'data_units': '',
           'dimension_units': '',
           'formula': '',
-          'labels': [['Column0'], [], [], []],
+          'labels': [['', 'Column0'], [], [], []],
           'note': 'This is a test.',
           'sIndices': array([], dtype=float64),
           'wData': array([ 5.,  4.,  3.,  2.,  1.], dtype=float32),
           'note': 'This is a test.',
           'sIndices': array([], dtype=float64),
           'wData': array([ 5.,  4.,  3.,  2.,  1.], dtype=float32),
@@ -459,7 +459,7 @@ r"""Test the igor module by loading sample files.
           'data_units': '',
           'dimension_units': '',
           'formula': '',
           'data_units': '',
           'dimension_units': '',
           'formula': '',
-          'labels': [['Column0'], [], [], []],
+          'labels': [['', 'Column0'], [], [], []],
           'note': 'This is a test.',
           'sIndices': array([], dtype=float64),
           'wData': array([ 5.,  4.,  3.,  2.,  1.], dtype=float32),
           'note': 'This is a test.',
           'sIndices': array([], dtype=float64),
           'wData': array([ 5.,  4.,  3.,  2.,  1.], dtype=float32),