diff -r 31ed9dd946d1 -r ea32e964fbf8 test/unittest_schema.py
--- a/test/unittest_schema.py	Thu Jul 04 09:26:59 2013 +0200
+++ b/test/unittest_schema.py	Tue Jul 30 20:31:57 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)