From fd23c6b74d76a1bdde97894a789d13ba5215348f Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 4 May 2011 06:14:45 +0000
Subject: [PATCH] fix test case 3v: remove one data set dropping

SVN: 21120
---
 integration-tests/test-3v.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh
index 172ace8b1d8..21c75e57b48 100755
--- a/integration-tests/test-3v.sh
+++ b/integration-tests/test-3v.sh
@@ -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
-- 
GitLab