Hi

I'm playing around with wicket/scala and I found some odd behavior with 
WicketTester.

The code is here:
http://github.com/babysnakes/comnshours
revision: 6196415aa5910d984dd582e7a6aa28017e6f0dbc

The specific test is here:
http://github.com/babysnakes/comnshours/blob/6196415aa5910d984dd582e7a6aa28017e6f0dbc/web/src/test/scala/test/components/TechTableComponents.scala

The first problem is in line 78. When running the server manually when I follow 
the same steps I do in the test the feedback panel is empty, but in the test 
(if I remove the skip) it will fail because the feedback is not empty.

The second problem is in line 120. The form (val b) should have a Technician 
object as it's ModelObject but b.getModelObject returns null.

In order to run the server (although it's not required for these tests), 
CouchDB is required to run on localhost.

Any ideas?

Bye

Haim
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to