[appfuse-user] Re: Integration Tests

2010-02-25 Thread Ted Bergeron
I use the JUnit 4 annotations as well. The specific problem is as coded, this test will pass when any of the lines throw the expected exception. You want the final line to throw the exception, but if your code breaks and the remove method starts throwing this exception, this test will pass. In

Re: [appfuse-user] Re: Integration Tests

2010-02-25 Thread Matt Raible
Can you please enter an issue in JIRA for this so I don't forget to make the change? http://issues.appfuse.org Thanks! Matt On Thu, Feb 25, 2010 at 11:15 AM, Ted Bergeron wrote: > I use the JUnit 4 annotations as well. The specific problem is as coded, > this test will pass when any of the lin

[appfuse-user] Re: URL rewrite

2010-02-25 Thread veera
thanks for quick response.. My url is like this.. login.action is common action for all, it varies according to method and params. login.action?method=postLogin#'show_request_ticket','form','gridName=OPEN_REQUESTS&formName=Ticket&title=My Requests' is any other api or way to shorten this url?