From 1449852c29ae25c65ddb3ecffc57b3fd3bd38d27 Mon Sep 17 00:00:00 2001 From: izabel <izabel> Date: Sat, 10 May 2008 09:19:32 +0000 Subject: [PATCH] adjust tests to small changes in database model 018 (viruses, controls, SIRNA_HCS) SVN: 5995 --- .../templates/openBIS-client/commands.txt | 4 +++- .../openBIS-client/testdata/basic-controls.txt | 3 +++ .../openBIS-client/testdata/basic-viruses.txt | 18 ++++++++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 integration-tests/templates/openBIS-client/testdata/basic-controls.txt create mode 100644 integration-tests/templates/openBIS-client/testdata/basic-viruses.txt diff --git a/integration-tests/templates/openBIS-client/commands.txt b/integration-tests/templates/openBIS-client/commands.txt index b7e2df8bcf9..1e414b8a43b 100644 --- a/integration-tests/templates/openBIS-client/commands.txt +++ b/integration-tests/templates/openBIS-client/commands.txt @@ -1,9 +1,11 @@ login -u test -p <password> register-project NEMO +register-materials VIRUS testdata/basic-viruses.txt +register-materials CONTROL testdata/basic-controls.txt register-master-plate -p PLATE_GEOMETRY=384_WELLS_16X24 testdata/MP001-1.txt code1 register-master-plate -p PLATE_GEOMETRY=384_WELLS_16X24 testdata/MP002-1.txt code2 register-dilution-plates testdata/exampleDilutionPlates.txt register-control-layout -p PLATE_GEOMETRY=384_WELLS_16X24 testdata/register-experiments/CL-3V.txt register-cell-plates testdata/exampleCellPlates.txt -c CL-3V -register-experiments SIRNAHCS testdata/register-experiments/example3VExperiments.txt +register-experiments SIRNA_HCS testdata/register-experiments/example3VExperiments.txt logout diff --git a/integration-tests/templates/openBIS-client/testdata/basic-controls.txt b/integration-tests/templates/openBIS-client/testdata/basic-controls.txt new file mode 100644 index 00000000000..350681f91e4 --- /dev/null +++ b/integration-tests/templates/openBIS-client/testdata/basic-controls.txt @@ -0,0 +1,3 @@ +CODE +GFP +SCRAM \ No newline at end of file diff --git a/integration-tests/templates/openBIS-client/testdata/basic-viruses.txt b/integration-tests/templates/openBIS-client/testdata/basic-viruses.txt new file mode 100644 index 00000000000..9e0e3bcce8b --- /dev/null +++ b/integration-tests/templates/openBIS-client/testdata/basic-viruses.txt @@ -0,0 +1,18 @@ +CODE USER.DESCRIPTION +AD3 Adenovirus 3 +AD5 Adenovirus 5 +DV Dengue Virus 1 +EV1 Echovirus 1 +FLU Influenza A virus +HRV2 Human respiratory virus +HSV1 Herpes Simplex Virus 1 +MHV Mouse Hepatitis Virus +ROTAV Rotavirus +RRV Rhesus Rotavirus +RSV Respiratory Syncytial Virus +RV Rhinovirus +SFV Semliki Forest Virus +SV40 Simian Virus 40 +VSV Vesicular Stomatitis Virus +VV Vaccinia Virus +YFV Yellow Fever Virus \ No newline at end of file -- GitLab