diff tests/0041/run-test.sh @ 471:add65705e655

added --no_unit_norming to SOAP interface, added this case to tests/0041
author mas01mc
date Tue, 06 Jan 2009 07:02:11 +0000
parents da901c62e569
children 342822c2d49a
line wrap: on
line diff
--- a/tests/0041/run-test.sh	Wed Dec 31 14:08:43 2008 +0000
+++ b/tests/0041/run-test.sh	Tue Jan 06 07:02:11 2009 +0000
@@ -81,6 +81,16 @@
 echo testfeature 1 > test-expected-output
 cmp testoutput test-expected-output
 
+# make index, no_unit_norming
+# Index with default LSH params
+${AUDIODB} -d testdb -X -l 1 -R 0.9 --lsh_k 1 --no_unit_norming
+
+${AUDIODB} -c localhost:${WSPORT} -d testdb -Q nsequence -l 1 -f testquery -w testpower -p 0 -R 0.9 -n 2 --no_unit_norming --lsh_exact > testoutput
+echo testfeature 3 > test-expected-output
+echo testfeature 0 >> test-expected-output
+cmp testoutput test-expected-output
+
+
 stop_server $!
 
 exit 104