https://issues.apache.org/bugzilla/show_bug.cgi?id=40457


Stefan Bodewig <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Stefan Bodewig <[EMAIL PROTECTED]>  2008-09-25 07:17:46 PST 
---
it may be the specific TestSuite, but with

public class ATest extends TestSuite {
    public ATest() {
        super(test.ATest.class);
    }
    public void testFail() {
        Assert.assertTrue(false);
    }
}

I get a failureproperty.  See the testFailurePropertyOnTest(Suite|Case) tests
in
http://svn.apache.org/repos/asf/ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-test.xml

works in trunk, at least.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to