Postgresql has referential integrety checking.
[htsworkflow.git] / htsworkflow / frontend / inventory / test_inventory.py
index d7c2336b0866848ea49bc090e1cfbafbdbbc1fd4..2456ff30a4d06da181ed85d2d59aa9b41b8b931d 100644 (file)
@@ -16,7 +16,7 @@ def localhostNode(url):
     return RDF.Node(RDF.Uri('http://localhost%s' % (url,)))
 
 class InventoryTestCase(TestCase):
-    fixtures = ['test_user', 'test_harddisks']
+    fixtures = ['initial_data', 'test_user', 'test_harddisks']
 
     def test_fixture(self):
         # make sure that some of our test data is was loaded