X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=run_tests;h=6ee6c551421bc0dea706ab62842660e7738451eb;hb=07a2770a48f51b2e09b3be2d1608516b2377618e;hp=13f44fef9683b16e8a15fa13b741aae225f10b11;hpb=83c90cb5eeebfffa05d0383430eb80e7905b46a0;p=tatoo.git diff --git a/run_tests b/run_tests index 13f44fe..6ee6c55 100755 --- a/run_tests +++ b/run_tests @@ -1,8 +1,10 @@ -#./test.native ./tests/docs/my.xml '/child::site/child::regions' -#echo "________________________________________________________________________________" -#./test.native ./tests/docs/my.xml -f ./tests/queries/Treebank.xml.queries -#echo "________________________________________________________________________________" -#./test.native ./tests/docs/my.xml '/descendant::listitem[not(descendant::keyword/child::emph)]/descendant::parlist' -#echo "________________________________________________________________________________" +./test.native ./tests/docs/my.xml '/child::site/child::regions' +echo "________________________________________________________________________________" +./test.native ./tests/docs/my.xml -f ./tests/queries/Treebank.xml.queries +echo "________________________________________________________________________________" +./test.native ./tests/docs/my.xml '/descendant::listitem[not(descendant::keyword/child::emph)]/descendant::parlist' +echo "________________________________________________________________________________" ./test.native ./tests/docs/my.xml -f ./tests/queries/my.queries.old -#./test.native ./tests/docs/my.xml -f ./tests/queries/my.queries 2> tests/results/my.result \ No newline at end of file +echo "Expected answer: 43 (the b from the second big sub-tree)." +./test.native ./tests/docs/my.xml -f ./tests/queries/my.queries.old 2> tests/results/my.result +./test.native ./tests/docs/my.xml '/descendant::b/self::b' \ No newline at end of file