From e76ec438959c5ea1e99ff9f80848275defd32b9a Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 4 Jul 2011 12:33:04 +0000
Subject: [PATCH] minor: integration tests refactoring

SVN: 21959
---
 integration-tests/test-screening.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/test-screening.sh b/integration-tests/test-screening.sh
index a75858ec56f..d7242403ad1 100755
--- a/integration-tests/test-screening.sh
+++ b/integration-tests/test-screening.sh
@@ -168,7 +168,7 @@ function integration_tests_screening {
 }
 
 function assertSpotSizes {
-    answer=`psql -tA --field-separator='x' --record-separator=',' -U postgres -d imaging_integration_tests \
+    answer=`psql -tA --field-separator='x' --record-separator=',' -U postgres -d $IMAGING_DB \
             -c "select spots_width,spots_height from containers order by spots_width"`
     
     assert_equals "spot sizes" "$1" $answer 
-- 
GitLab