Spring-JUnit problems

2009-12-16 Thread pieter claassen
My unit tests stopped working (I failed to notice :-() I am on wicket 1.4.1 junit 3.8.2 maven Any help appreciated. Is this a classpath issue? Rgds Pieter This is my errror: Test set: com.musmato.wicket.pages.AuthHomePageTest

Re: Spring-JUnit problems

2009-12-16 Thread nino martinez wael
Remember to include javax/servlet/http/HttpSession for test scope.. http://mvnrepository.com/artifact/javax.servlet/servlet-api is it 2.3 or 2.4 cant remember. 2009/12/16 pieter claassen pie...@claassen.co.uk: My unit tests stopped working (I failed to notice :-() I am on wicket 1.4.1

Re: Spring-JUnit problems

2009-12-16 Thread pieter claassen
Thanks, that worked. P On Wed, Dec 16, 2009 at 10:14 AM, pieter claassen pie...@claassen.co.ukwrote: My unit tests stopped working (I failed to notice :-() I am on wicket 1.4.1 junit 3.8.2 maven Any help appreciated. Is this a classpath issue? Rgds Pieter This is my errror: