From e0debf1ab9724c1e92cc245dc0b1dd5307def83a Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 20 May 2008 06:16:29 +0000
Subject: [PATCH] DMV-13 correct number of output lines in
 data-completed-info.txt

SVN: 6152
---
 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 44a55f2588e..ddf9523f580 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -734,7 +734,7 @@ function assert_correct_content {
     assert_empty_in_out_folders
     assert_dir_exists $DATA/out-raw/microX_200801011213_3VCP1/TIFF
     assert_pattern_present $DATA/out-raw/.faulty_paths 1 ".*data/out-raw/.MARKER_is_finished_microX_200801011213_3VCP1"
-    assert_pattern_present $WORK/datamover-raw/data-completed-info.txt 2 "Data complete.*3VCP[0-9]" 
+    assert_pattern_present $WORK/datamover-raw/data-completed-info.txt 5 "Data complete.*3VCP[0-9]" 
     assert_correct_content_of_processing_dir
     assert_correct_content_of_plate_3VCP1_in_store
     assert_correct_content_of_invalid_plate_in_store 3VCP4
-- 
GitLab