Hi, I just noticed that one test case (QuantifierTest4 stackoverflow) fails, but the jenkins build job does not report any failed tests.
Actually, the build job reports 27 tests in org.apache.uima.ruta https://builds.apache.org/job/UIMA-Ruta/org.apache.uima$ruta-core/278/testReport/junit/ but the package contains 42 tests https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta Any idea why jenkins does not include all tests? My best guess right now is that only test that end with "Test" are included. Peter
