Re: [Stripes-users] CleanUrl bug from 1.5.1+ when using MockRoundtrip

2010-10-26 Thread Nathan Maves
Should I put in a JIRA for this issue? On Wed, Oct 20, 2010 at 10:15 AM, VANKEISBELCK Remi r...@rvkb.com wrote: Hi Nathan, Just had a quick look to your test. Refactored to : http://pastebin.com/02nY8aWF The two test methods that use a string url for the binding work fine. The one using

Re: [Stripes-users] CleanUrl bug from 1.5.1+ when using MockRoundtrip

2010-10-26 Thread VANKEISBELCK Remi
Yes, please do. Thanks Remi 2010/10/26 Nathan Maves nathan.ma...@gmail.com Should I put in a JIRA for this issue? On Wed, Oct 20, 2010 at 10:15 AM, VANKEISBELCK Remi r...@rvkb.com wrote: Hi Nathan, Just had a quick look to your test. Refactored to : http://pastebin.com/02nY8aWF The

Re: [Stripes-users] CleanUrl bug from 1.5.1+ when using MockRoundtrip

2010-10-20 Thread VANKEISBELCK Remi
Hi Nathan, Just had a quick look to your test. Refactored to : http://pastebin.com/02nY8aWF The two test methods that use a string url for the binding work fine. The one using the beanclass doesn't work... As a workaround for now, you can use stringified urls in your tests. I'll try to

Re: [Stripes-users] CleanUrl bug from 1.5.1+ when using MockRoundtrip

2010-10-20 Thread Nathan Maves
So I am not crazy! Good to hear and thanks for the help. N On Wed, Oct 20, 2010 at 10:15 AM, VANKEISBELCK Remi r...@rvkb.com wrote: Hi Nathan, Just had a quick look to your test. Refactored to : http://pastebin.com/02nY8aWF The two test methods that use a string url for the binding work

Re: [Stripes-users] CleanUrl bug from 1.5.1+ when using MockRoundtrip

2010-10-18 Thread Nathan Maves
Is there anyone else out here using UrlBinding with MockRoundTrip? This is killing me that we can upgrade to the latest Stripes codebase. Nathan On Wed, Oct 13, 2010 at 11:32 AM, Nathan Maves nathan.ma...@gmail.com wrote: We have multiple test cases where we are using UrlBinding with 1.5 and

Re: [Stripes-users] CleanUrl bug from 1.5.1+ when using MockRoundtrip

2010-10-18 Thread Nikolaos Giannopoulos
Nathan, We have limited test cases for our Action Beans at this time. So far no issues. Could you be more specific about the error that is being produced. --Nikolaos Nathan Maves wrote: Is there anyone else out here using UrlBinding with MockRoundTrip? This is killing me that we can

[Stripes-users] CleanUrl bug from 1.5.1+ when using MockRoundtrip

2010-10-13 Thread Nathan Maves
We have multiple test cases where we are using UrlBinding with 1.5 and everything works perfect. Here is an example of one of our bindings @UrlBinding(/admin/product/{$event}/{product.id}) All versions (1.5.1, 1.5.2, 1.5.3) work fine outside of the test fixture. It is only within a test using