You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by sebb <se...@gmail.com> on 2009/07/29 18:50:53 UTC

BSF 3.0 beta3 - many tests are skipped, but why?

While trying (and failing) to get a new test for Jexl running, I've
just noticed that only 4 of the existing tests are running: e4x,
e4x-1.6r7, jython 2.2, python. The other tests say (for example):

[INFO] [surefire:test]
[INFO] Surefire report directory:
D:\Downloads\bsf-3.0-beta3-src-zip\bsf-3.0-beta3-src\testing\jruby-1.2.0\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

I've tried updating Surefire to 2.4.3, but it makes no difference.

Any idea why these tests are not running?

I've tried turning on debugging, and compared a test that works with
one that doesn't, but apart from the test names, there does not seem
to be any obvious difference between the ones that work and the ones
that don't.

---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org


Re: BSF 3.0 beta3 - many tests are skipped, but why?

Posted by sebb <se...@gmail.com>.
On 29/07/2009, sebb <se...@gmail.com> wrote:
> While trying (and failing) to get a new test for Jexl running, I've
>  just noticed that only 4 of the existing tests are running: e4x,
>  e4x-1.6r7, jython 2.2, python. The other tests say (for example):
>
>  [INFO] [surefire:test]
>  [INFO] Surefire report directory:
>  D:\Downloads\bsf-3.0-beta3-src-zip\bsf-3.0-beta3-src\testing\jruby-1.2.0\target\surefire-reports
>
>  -------------------------------------------------------
>   T E S T S
>  -------------------------------------------------------
>  There are no tests to run.
>
>  Results :
>
>  Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
>  I've tried updating Surefire to 2.4.3, but it makes no difference.
>
>  Any idea why these tests are not running?
>
>  I've tried turning on debugging, and compared a test that works with
>  one that doesn't, but apart from the test names, there does not seem
>  to be any obvious difference between the ones that work and the ones
>  that don't.
>

Duh - just noticed that the tests that don't run are called
xxxTestcase rather than xxxTestCase.

---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org