branch | stable |
changeset 9158 | 08d8fba05854 |
parent 8945 | ba9e3fbfa5a5 |
child 9214 | be05b42b4825 |
--- a/test/unittest_schema.py Mon Jul 22 09:47:56 2013 +0200 +++ b/test/unittest_schema.py Fri Jul 12 18:03:11 2013 +0200 @@ -216,6 +216,8 @@ 'value', 'wf_info_for', 'wikiid', 'workflow_of', 'tr_count'] + if config.cube_version('file') >= (1, 14, 0): + expected_relations.append('data_sha1hex') self.assertListEqual(sorted(expected_relations), relations)