From d14897dd683be3603dda72c0971de5e78834969f Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Wed, 14 Nov 2007 12:50:03 +0000
Subject: [PATCH] fix: - integration tests.

SVN: 2560
---
 integration-tests/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index c1b546e79e2..b4cf5e7c6da 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -359,7 +359,7 @@ function assert_correct_results {
     assert_dir_empty $DATA/analys-copy
     imgAnalys="$DATA/store-analys/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE ANALYSIS/Barcode_3VCP1/1"
     assert_dir_exists "$imgAnalys"
-    rawData="$DATA/store-raw/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE/Barcode_3VCP1/1"
+    rawData="$DATA/store-raw/3V/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE/Barcode_3VCP1/1"
     assert_dir_exists "$rawData"
 }
 
-- 
GitLab