LUMIERA.clone/tests/42query.tests
Ichthyostega ada5cefaaf re-arrange tests according to layer structure
the buildsystem will now pick up and link
all test cases according to the layer, e.g.
backend tests will automatically be linked
against the backend + library solely.
2013-01-07 05:43:01 +01:00

27 lines
615 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 :
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