Mercurial > hg > audiodb
diff tests/0020/run-test.sh @ 326:d70d5804a283
reverted tests/0020/run-test.sh
author | mas01mc |
---|---|
date | Fri, 29 Aug 2008 18:26:21 +0000 |
parents | 57fde215d913 |
children | b09d2eb1a2b2 |
line wrap: on
line diff
--- 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