Closed GoogleCodeExporter closed 9 years ago
How do I assign this to myself? Or do I need to wait for a project owner to do
this?
Original comment by javadba@gmail.com
on 29 May 2011 at 11:44
[deleted comment]
This issue was closed by revision r84.
Original comment by pejob...@gmail.com
on 16 Sep 2011 at 3:33
There are now two targets:
1) "junit-tests" skips failing tests for known issues
2) "junit-tests-all" executes all tests, including failing tests
This is achieved by setting the system property "skip_known_issues" in
build.xml.
This flag is read by class "bsh.FilteredTestRunner". This runner must be
specified by the junit annotation "@RunWith". Then at test method level specify
the annotation "@Category" with value "bsh.KnownIssue.class". E.g. see test
class "bsh.Issue_7_Test" for an example.
Original comment by pejob...@gmail.com
on 17 Sep 2011 at 12:38
Original comment by pejob...@gmail.com
on 20 Oct 2011 at 7:12
Original issue reported on code.google.com by
javadba@gmail.com
on 29 May 2011 at 11:43