From cef4d0f02b0f3aa5284960fdf6d501e2015cc181 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 8 Apr 2008 13:11:42 +0000 Subject: [PATCH] LMS-309 fix bug concerning folders in rename 'main-store' SVN: 5347 --- integration-tests/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/run.sh b/integration-tests/run.sh index 17d259b3b5c..5b089c10c02 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -650,7 +650,7 @@ function assert_correct_content_of_invalid_plate_in_store { local cell_plate=$1 echo ==== assert correct content of invalid plate $cell_plate in store ==== - local error_dir=$DATA/main-store/Group_CISD/error/ObservableType_HCS_IMAGE + local error_dir=$DATA/main-store/error/ObservableType_HCS_IMAGE assert_dir_exists $error_dir local data_set=$error_dir/microX_200801011213_$cell_plate assert_same_content $TEST_DATA/$cell_plate $data_set @@ -671,7 +671,7 @@ function assert_correct_content_of_unidentified_plate_in_store { local cell_plate=$1 echo ==== assert correct content of unidentified plate $cell_plate in store ==== - local unidentified_dir=$DATA/main-store/Group_CISD/unidentified + local unidentified_dir=$DATA/main-store/unidentified assert_dir_exists $unidentified_dir assert_same_content $TEST_DATA/$cell_plate $unidentified_dir/ObservableType_HCS_IMAGE/microX_200801011213_$cell_plate assert_same_content $TEST_DATA/$cell_plate $unidentified_dir/ObservableType_HCS_IMAGE_ANALYSIS_DATA/microX_200801011213_$cell_plate -- GitLab