From b2d6d55115c81a52c62fe8bd507d1907955b29c1 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 15 Apr 2008 06:24:06 +0000 Subject: [PATCH] fix bug: remove INTERNAL. from PLATE_GEOMETRY SVN: 5522 --- integration-tests/templates/openBIS-client/commands.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/templates/openBIS-client/commands.txt b/integration-tests/templates/openBIS-client/commands.txt index 703c697446c..b7e2df8bcf9 100644 --- a/integration-tests/templates/openBIS-client/commands.txt +++ b/integration-tests/templates/openBIS-client/commands.txt @@ -1,9 +1,9 @@ login -u test -p <password> register-project NEMO -register-master-plate -p INTERNAL.PLATE_GEOMETRY=384_WELLS_16X24 testdata/MP001-1.txt code1 -register-master-plate -p INTERNAL.PLATE_GEOMETRY=384_WELLS_16X24 testdata/MP002-1.txt code2 +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 INTERNAL.PLATE_GEOMETRY=384_WELLS_16X24 testdata/register-experiments/CL-3V.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 logout -- GitLab