> what operating system, which Java version and which maven version are
> you using? Can you show a report of a failing and an error test? Those
> can be found in target/surefire-reports iirc. One of each should
> suffice.

Well, this exercise made me realise that somehow the wrong JVM got
installed on my machine... probably during some RPM install.

Anyway, even after installing the Sun JVM, I still get 4 failures (but
no errors).

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

Info is below. Just let me know if you'd like anything else.


OS: FC4
Java: 1.5.0_06
Maven: 2.0.4

Example of failure:

-------------------------------------------------------------------------------
Test set: wicket.ajax.markup.html.ajaxLink.AjaxLinkTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.058
sec <<< FAILURE!
testRenderHomePage_1(wicket.ajax.markup.html.ajaxLink.AjaxLinkTest)
Time elapsed: 0.016 sec  <<< FAILURE!
junit.framework.AssertionFailedError
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertTrue(Assert.java:27)
        at wicket.WicketTestCase.executeTest(WicketTestCase.java:76)
        at
wicket.ajax.markup.html.ajaxLink.AjaxLinkTest.testRenderHomePage_1(AjaxLinkTest.java:46)

testRenderHomePage_2(wicket.ajax.markup.html.ajaxLink.AjaxLinkTest)
Time elapsed: 0.015 sec  <<< FAILURE!
junit.framework.AssertionFailedError
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertTrue(Assert.java:27)
        at wicket.WicketTestCase.executeTest(WicketTestCase.java:76)
        at
wicket.ajax.markup.html.ajaxLink.AjaxLinkTest.testRenderHomePage_2(AjaxLinkTest.java:55)

testPage_2(wicket.ajax.markup.html.ajaxLink.AjaxLinkTest)  Time elapsed:
0.016 sec  <<< FAILURE!
junit.framework.AssertionFailedError
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertTrue(Assert.java:27)
        at wicket.WicketTestCase.executeTest(WicketTestCase.java:76)
        at
wicket.ajax.markup.html.ajaxLink.AjaxLinkTest.testPage_2(AjaxLinkTest.java:70)







-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to