# HG changeset patch # User mas01mc # Date 1220034381 0 # Node ID d70d5804a28392950db7c98c09a8f6058f76ccdf # Parent 57fde215d9130793429eda07a816816bf49f699e reverted tests/0020/run-test.sh diff -r 57fde215d913 -r d70d5804a283 tests/0020/run-test.sh --- a/tests/0020/run-test.sh Fri Aug 29 16:39:53 2008 +0000 +++ b/tests/0020/run-test.sh Fri Aug 29 18:26:21 2008 +0000 @@ -24,12 +24,11 @@ floatstring 0 0.5 >> testquery ${AUDIODB} -c localhost:10020 -d testdb -Q sequence -l 1 -f testquery -R 5 > testoutput -echo testfeature01 0 0 0 > test-expected-output -echo testfeature10 2 0 0 >> test-expected-output +echo testfeature01 1 > test-expected-output +echo testfeature10 1 >> test-expected-output cmp testoutput test-expected-output - ${AUDIODB} -c localhost:10020 -d testdb -Q sequence -l 1 -f testquery -r 1 -R 5 > testoutput -echo testfeature01 0 0 0 > test-expected-output +echo testfeature01 1 > test-expected-output cmp testoutput test-expected-output check_server $! @@ -44,10 +43,9 @@ # results... ${AUDIODB} -c localhost:10020 -d testdb -Q sequence -l 1 -f testquery -R 5 > testoutput -echo testfeature01 0 0 0> test-expected-output -echo testfeature10 2 0 0>> test-expected-output +echo testfeature01 1 > test-expected-output +echo testfeature10 1 >> test-expected-output cmp testoutput test-expected-output - ${AUDIODB} -c localhost:10020 -d testdb -Q sequence -l 1 -f testquery -r 1 -R 5 > testoutput echo testfeature01 1 > test-expected-output cmp testoutput test-expected-output