Re: Current status in testing with struts2, spring3 +junit 4?

2012-04-06 Thread Łukasz Lenart
2012/4/5 Mounir Benzid : > I finally contacted the author. His response is quite positive I would say >  :-) > > As he pointed out we should also ask Zarar Siddiqi  for permission. > > > Mounir > > > Hi! > > Yes I'm the author / owner of the zapjava.com domain > and also t

Re: Current status in testing with struts2, spring3 +junit 4?

2012-04-05 Thread Mounir Benzid
Am 22.03.2012 16:56, schrieb Łukasz Lenart: 2012/3/22 Mounir Benzid: :-) Ok, but actually this isn't my code and not even my blog. I just stumbled over the solution while googling at 2 am . So there is not connection between me and [1]. Sorry for the misunderstanding. But I can contact the au

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-22 Thread Łukasz Lenart
2012/3/22 Mounir Benzid : > :-)   Ok, but actually this isn't my code and not even my blog. I just > stumbled over the solution while googling at 2 am . > So there is not connection between me and [1]. Sorry for the > misunderstanding. > > But I can contact the author and see if s/he is willing to

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-22 Thread Mounir Benzid
Am 22.03.2012 16:05, schrieb Łukasz Lenart: 2012/3/22 Mounir Benzid: You mean some code demonstrating how I did my tests using [1] ? An example would be nice, but I'm talking about your test class from the blog entry. It must be donated to ASF if I want to use it and the simplest way is to att

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-22 Thread Łukasz Lenart
2012/3/22 Mounir Benzid : > You mean some code demonstrating how I did my tests using [1]  ? An example would be nice, but I'm talking about your test class from the blog entry. It must be donated to ASF if I want to use it and the simplest way is to attach it as a patch to the issue. Regards --

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-22 Thread Mounir Benzid
Am 20.03.2012 11:26, schrieb Łukasz Lenart: Mounir could you prepare a patch with your test case class from here [1] and attach it to https://issues.apache.org/jira/browse/WW-3778 with granting license to ASF ? I'd like to include your code in S2 [1] http://www.zapjava.com/tutorials/spring-strut

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-21 Thread Christian Grobmeier
2012/3/20 Łukasz Lenart : > As I see there is a small mess with the test classes. Struts 2 has > three StrutsTestCase classes, in core in junit plugin and in testng > plugin. It would be nice to clean them up. Remove StrutsTestCase from > core and two other StrutsTestCase classes rename accordingly

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-20 Thread Łukasz Lenart
Mounir could you prepare a patch with your test case class from here [1] and attach it to https://issues.apache.org/jira/browse/WW-3778 with granting license to ASF ? I'd like to include your code in S2 [1] http://www.zapjava.com/tutorials/spring-struts2-junit4-annotations/ Regards -- Łukasz ht

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-20 Thread Łukasz Lenart
As I see there is a small mess with the test classes. Struts 2 has three StrutsTestCase classes, in core in junit plugin and in testng plugin. It would be nice to clean them up. Remove StrutsTestCase from core and two other StrutsTestCase classes rename accordingly, Also adding support for the Con

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-20 Thread Mounir Benzid
Am 19.03.2012 20:54, schrieb Łukasz Lenart: If you'll follow the last comments, you'll find another approach. Always you can prepare your solution and register an issue to integrate your solution with S2 Regards I found this blog post. So far this solves the problems I had with the old bases

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-19 Thread Łukasz Lenart
If you'll follow the last comments, you'll find another approach. Always you can prepare your solution and register an issue to integrate your solution with S2 Regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 323 122, office +27 11 0838747 Warszawa JUG conference - Confitura http://con

Current status in testing with struts2, spring3 +junit 4?

2012-03-19 Thread Mounir Benzid
A co-worker of mine discovered the below test helper class that we are currently employing for some very basic action testing stuff https://depressedprogrammer.wordpress.com/2007/06/18/unit-testing-struts-2-actions-spring-junit/ Since this is from 2007 I'm wondering if this is still the best