# HG changeset patch # User mas01cr # Date 1191341929 0 # Node ID 52db1622dffe8f7c46a7e9d2c52271924a653b02 # Parent 28211402b9c64271dcfdc6d5681656982509c86e Status tests for WS. Note that at present, without SO_REUSEADDR on the soap server port, these tests can fail if run quickly in succession. SO_REUSEADDR isn't the whole answer -- what if there's some other process that wants that port? -- but it's at least a partial one. diff -r 28211402b9c6 -r 52db1622dffe tests/0015/run-test.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/0015/run-test.sh Tue Oct 02 16:18:49 2007 +0000 @@ -0,0 +1,40 @@ +#! /bin/bash + +. ../test-utils.sh + +if [ -f testdb ]; then rm -f testdb; fi + +start_server ${AUDIODB} 10015 + +${AUDIODB} -d testdb -N + +${AUDIODB} -c localhost:10015 -d testdb -S > test1 +${AUDIODB} -S -c localhost:10015 -d testdb > test2 +${AUDIODB} -S -d testdb -c localhost:10015 > test3 + +cat > testoutput <