From 0eef75be13fb053196919957a71db2f952659467 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 3 May 2011 13:27:16 +0000
Subject: [PATCH] test fixed

SVN: 21118
---
 integration-tests/test-3v.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh
index efea6bf4202..09e067ab15c 100755
--- a/integration-tests/test-3v.sh
+++ b/integration-tests/test-3v.sh
@@ -125,10 +125,10 @@ function assert_correct_content_of_plate_3VCP1_in_store {
     echo ==== assert correct content of plate 3VCP1 in store ====
     
     local raw_data_dir=`find_dataset_dir ".*-3VCP1$"`
-    local raw_data_set=$raw_data_dir
+    local raw_data_set=$raw_data_dir/original/microX_200801011213_3VCP1
     
     echo == check original data
-    assert_dir_exists $original_data_set
+    assert_dir_exists $raw_data_set
     assert_same_content $TEST_DATA/3VCP1 $raw_data_set
     
 }
-- 
GitLab