Postgresql has referential integrety checking.
authorDiane Trout <diane@ghic.org>
Thu, 13 Feb 2014 01:27:30 +0000 (17:27 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 10 Jun 2014 23:27:23 +0000 (16:27 -0700)
commitab74b21a3c45abc940a2154e584a01089c910cbe
tree6b8f0128b2134838cd8e2a0353ee0c22c273d63e
parent5fa05df54d99a784fce669a02d8c88710aea2276
Postgresql has referential integrety checking.

So some of my dangling foreign keys caused tests to failed.
I resolved them through a few different ways,
  * adding initial_data to include description tables
  * adding some additional data to the test fixture.
  * renumbering affiliation keys to match my small test list.

I had to reorder the app list because I think there was a dependency
in the wrong order.
htsworkflow/frontend/experiments/fixtures/test_flowcells.json
htsworkflow/frontend/inventory/fixtures/test_harddisks.json
htsworkflow/frontend/inventory/test_inventory.py
htsworkflow/frontend/samples/fixtures/test_samples.json
htsworkflow/settings.py