You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Andrea Del Bene <an...@gmail.com> on 2014/01/02 16:24:02 UTC

Test failing in WicketStuff, Scala module

hi,

I still getting a failure with a test case in WicketStuff. The test is
SamplePageSpec from module wicketstuff-sample, a module from
scala-extensions-parent.

it can not find the home page markup:

org.apache.wicket.markup.MarkupNotFoundException: Can not determine
Markup. Component is not yet connected to a parent. [Page class =
org.wicketstuff.scala.sample.HomePage, id = 0, render count = 1]

As I'm not yet Scala-addicted, I could not find a way to make the test
pass. All the other test pass with success.

Re: Test failing in WicketStuff, Scala module

Posted by Andrea Del Bene <an...@gmail.com>.
I'm working on it :D
> You should become  Scala-addicted.Or at least Maven-addicted ;-)
> Pull and try again.
>
> Martin Grigorov
> Wicket Training and Consulting
>
>
> On Thu, Jan 2, 2014 at 5:24 PM, Andrea Del Bene <an...@gmail.com>wrote:
>
>> hi,
>>
>> I still getting a failure with a test case in WicketStuff. The test is
>> SamplePageSpec from module wicketstuff-sample, a module from
>> scala-extensions-parent.
>>
>> it can not find the home page markup:
>>
>> org.apache.wicket.markup.MarkupNotFoundException: Can not determine
>> Markup. Component is not yet connected to a parent. [Page class =
>> org.wicketstuff.scala.sample.HomePage, id = 0, render count = 1]
>>
>> As I'm not yet Scala-addicted, I could not find a way to make the test
>> pass. All the other test pass with success.
>>


Re: Test failing in WicketStuff, Scala module

Posted by Martin Grigorov <mg...@apache.org>.
You should become  Scala-addicted.Or at least Maven-addicted ;-)
Pull and try again.

Martin Grigorov
Wicket Training and Consulting


On Thu, Jan 2, 2014 at 5:24 PM, Andrea Del Bene <an...@gmail.com>wrote:

> hi,
>
> I still getting a failure with a test case in WicketStuff. The test is
> SamplePageSpec from module wicketstuff-sample, a module from
> scala-extensions-parent.
>
> it can not find the home page markup:
>
> org.apache.wicket.markup.MarkupNotFoundException: Can not determine
> Markup. Component is not yet connected to a parent. [Page class =
> org.wicketstuff.scala.sample.HomePage, id = 0, render count = 1]
>
> As I'm not yet Scala-addicted, I could not find a way to make the test
> pass. All the other test pass with success.
>