lumiera_/tests/42query.tests
Ichthyostega f2cbac14e2 test-suite: fix lots of missing return value checks
without that check, in theory our test runner will tolerate
a non-zero return value, like throwing or failing an assert,
which is not what we want....

guess these happenend to get in by forgetting to
add this check when switching a test from PLANNED to TEST
2016-01-28 22:30:24 +01:00

28 lines
625 B
Text

TESTING "Proc Layer config rules Test Suite" ./test-suite --group=query
PLANNED "sub-extensible ID" SubID_test <<END
END
TEST "normalise ID" QueryUtils_test normaliseID <<END
out-lit: ..original : a A AA dufte 1a _1 A_A BÄH White space §&Ω%€GΩ%€ar ☠☠☠ baäääääge!!!!! :
out-lit: normalised : a a aA dufte o1a o_1 a_A bH o white_space gar_bage :
return: 0
END
TEST "extract ID" QueryUtils_test extractID <<END
return: 0
END
TEST "remove term from query" QueryUtils_test removeTerm <<END
return: 0
END
TEST "count predicates in query" QueryUtils_test countPred <<END
return: 0
END