comparison tests/0032/run-test.sh @ 239:2cc06e5b05a5

Merge refactoring branch. Bug fixes: * 64-bit powertable bug; * -inf - -inf bug; * use new times information; * plus short track, O2_MAXFILES and structure padding ABI fixes (already backported) Major code changes: * split source into functional units, known as 'files'; * Reporter class for accumulating and reporting on query results; * much OAOOization, mostly from above: net 800 LOC (25%) shorter.
author mas01cr
date Thu, 13 Dec 2007 14:23:32 +0000
parents 8c81cacf5aab
children fe4dc39b2dd7
comparison
equal deleted inserted replaced
224:3a81da6fb1d7 239:2cc06e5b05a5
3 . ../test-utils.sh 3 . ../test-utils.sh
4 4
5 if [ -f testdb ]; then rm -f testdb; fi 5 if [ -f testdb ]; then rm -f testdb; fi
6 6
7 ${AUDIODB} -d testdb -N 7 ${AUDIODB} -d testdb -N
8
9 ${AUDIODB} -d testdb -L
8 10
9 intstring 2 > testfeature01 11 intstring 2 > testfeature01
10 floatstring 0 1 >> testfeature01 12 floatstring 0 1 >> testfeature01
11 intstring 2 > testfeature10 13 intstring 2 > testfeature10
12 floatstring 1 0 >> testfeature10 14 floatstring 1 0 >> testfeature10