You don't do anything wrong.

In Wicket development (on the core project), the unit tests sometimes
just don't run for a couple of days because they are used as a method
of communication: someone knows how to reproduce a bug but doesn't
know how to fix it. The unit test exposing the bug is then committed,
so that someone else can look at it in due time.

Usually the tests run at 100%, but sometimes they don't.

If you really want the build, then you can skip the tests (it is just
one failure which may not hurt you *right* now):

mvn -Dmaven.test.skip=true install

Martijn


On 5/25/07, Oleg Taranenko <[EMAIL PROTECTED]> wrote:
Hi, all

just now I checkout the last version of the Wicket from the scratch
 https://svn.apache.org/repos/asf/incubator/wicket/trunk

mvn package (and mvn install) failed:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23 seconds
[INFO] Finished at: Fri May 25 14:19:51 CEST 2007
[INFO] Final Memory: 14M/35M
[INFO] ------------------------------------------------------------------------

Failure is at:

=== org.apache.wicket.markup.html.basic.SimplePage_12 ===
=== org.apache.wicket.markup.html.basic.SimplePage_13 ===
=== org.apache.wicket.markup.html.basic.SimplePage_14 ===
[surefire] Tests run: 16, Failures: 1, Errors: 0, Time elapsed: 0,531 sec 
<<<<<<<< FAILURE !!
[surefire] Running 
org.apache.wicket.markup.html.basic.SimpleResponsePageClassTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,047 sec
[surefire] Running org.apache.wicket.markup.html.border.BoxBorderTest
=== org.apache.wicket.markup.html.border.BoxBorderTestPage_1 ===
=== org.apache.wicket.markup.html.border.BoxBorderTestPage_2 ===


What do I wrong?

Thanks


Newbie in wicket,
   Oleg





--
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.6 contains a very important fix. Download Wicket now!
http://wicketframework.org

Reply via email to