Skip to content
Snippets Groups Projects
Commit e76ec438 authored by tpylak's avatar tpylak
Browse files

minor: integration tests refactoring

SVN: 21959
parent 7262e772
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ function integration_tests_screening { ...@@ -168,7 +168,7 @@ function integration_tests_screening {
} }
function assertSpotSizes { 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"` -c "select spots_width,spots_height from containers order by spots_width"`
assert_equals "spot sizes" "$1" $answer assert_equals "spot sizes" "$1" $answer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment