Skip to content
Snippets Groups Projects
Commit fd23c6b7 authored by felmer's avatar felmer
Browse files

fix test case 3v: remove one data set dropping

SVN: 21120
parent 1a1194da
No related branches found
No related tags found
No related merge requests found
......@@ -46,15 +46,11 @@ function generate_test_data {
copy_test_data 3VCP1 $DIR
sleep 30
# drop an identifyable invalid data set (wrong image name, missing plate)
copy_test_data 3VCP3 $DIR
sleep 30
# drop an unidentifyable data set
copy_test_data UnknownPlate $DIR
sleep 30
# drop 3VCP1 again but this time it is a valid data set
# drop 3VCP3
copy_test_data 3VCP3 $DATA
mv $DATA/3VCP3/TIFF/blabla_3VCP1_K13_8_w460.tif $DATA/3VCP3/TIFF/blabla_3VCP3_K13_8_w460.tif
echo image for well M03 > $DATA/3VCP3/TIFF/blabla_3VCP3_M03_2_w350.tif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment