From: Diane Trout Date: Mon, 23 Jun 2014 18:58:08 +0000 (-0700) Subject: Remove very old misplaced initial data fixtures X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=commitdiff_plain;h=31587440c8ff46f7d5c82500160035d29d8d9b46;p=htsworkflow.git Remove very old misplaced initial data fixtures --- diff --git a/htsworkflow/frontend/fixtures/bcmagic.xml b/htsworkflow/frontend/fixtures/bcmagic.xml deleted file mode 100644 index cd9fb97..0000000 --- a/htsworkflow/frontend/fixtures/bcmagic.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - frzr - (?P<uuid>[A-Fa-f0-9]+) - /samples/freezer/{{ uuid }}/ - - - cntr - (?P<uuid>[A-Fa-f0-9]+) - /samples/container/{{ uuid }}/ - - - s - (?P<sampleid>\d+)\|(?P<owner>[A-Za-z0-9_\- ]+) - /samples/sample/{{ sampleid }}/ - - - gg - (?P<search>[\S\s]+) - http://www.google.com/search?q={{ search }} - - - flickr - (?P<search>[\S\s]+) - http://www.flickr.com/search/?q={{ search }} - - - invu - (?P<uuid>[A-Fa-f0-9]+) - /inventory/{{ uuid }}/ - - - invb - (?P<barcode_id>.+) - /inventory/{{barcode_id}}/ - - diff --git a/htsworkflow/frontend/fixtures/initial_data.xml b/htsworkflow/frontend/fixtures/initial_data.xml deleted file mode 100644 index b0761a6..0000000 --- a/htsworkflow/frontend/fixtures/initial_data.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - frzr - (?P<uuid>[A-Fa-f0-9]+) - /samples/freezer/{{ uuid }}/ - - - cntr - (?P<uuid>[A-Fa-f0-9]+) - /samples/container/{{ uuid }}/ - - - s - (?P<sampleid>\d+)\|(?P<owner>[A-Za-z0-9_\- ]+) - /samples/sample/{{ sampleid }}/ - - - gg - (?P<search>[\S\s]+) - http://www.google.com/search?q={{ search }} - - - flickr - (?P<search>[\S\s]+) - http://www.flickr.com/search/?q={{ search }} - -