diff -r 3e4bef7d514d -r 08d8fba05854 test/unittest_schema.py --- 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)