Title: No Error in JUnit UI (VAJ 3.5.3, JUnit 3.7, Cactus 1.1)

I have the following assert :

        assertEquals("/dk/order/ord.jsp", url);

In the console :

        junit.framework.AssertionFailedError: expected:</dk/order/ord.jsp> but was:</en/order/ord.jsp>

But in JUnit Swing UI, all test runs are ok...

Is it a bug ?

Fabien

Reply via email to