Construct unit tests for inventory/hard disk long term storage component.
authorDiane Trout <diane@caltech.edu>
Fri, 29 Jul 2011 19:33:05 +0000 (12:33 -0700)
committerDiane Trout <diane@caltech.edu>
Fri, 29 Jul 2011 19:33:05 +0000 (12:33 -0700)
commit41d5abe81b2a9e46389c39b459fd1d1e646ef8bd
tree596b7f328e89d755f9a2455e135d89f5a6e9da98
parentca55c4a9a4656f51226090d8d7a01990c78d78e2
Construct unit tests for inventory/hard disk long term storage component.

This involved RDFing a couple of the templates to make it easier
to make sure the right types of information were on the web pages.

I also added a new namespace http://jumpgate.caltech.edu/wiki/InventoryOntology#

There was also a missing </div> in one of the templates that I fixed.
htsworkflow/frontend/inventory/fixtures/test_harddisks.json [new file with mode: 0644]
htsworkflow/frontend/inventory/fixtures/test_user.json [new file with mode: 0644]
htsworkflow/frontend/inventory/tests.py [new file with mode: 0644]
htsworkflow/frontend/templates/base.html
htsworkflow/frontend/templates/inventory/inventory_itemtype_index.html
htsworkflow/frontend/templates/inventory/inventory_summary.html
htsworkflow/util/rdfhelp.py