Re: T5: Using the AbstractIntegrationTestSuite (T5.0.6)

2007-11-15 Thread Howard Lewis Ship
I tried to upgrade at some prior point, and found that version of Selenium unstable. I may give it another try at some point. On Nov 15, 2007 10:22 AM, Tobias Wehrum <[EMAIL PROTECTED]> wrote: > Hi Howard, > > then 0.8.0 is my version of choice? > (Will AbstractIntegrationTestSuite be upgraded at

Re: T5: Using the AbstractIntegrationTestSuite (T5.0.6)

2007-11-15 Thread Howard Lewis Ship
Well, there's your problem ... AbstractIntegrationTestSuite is coded against a specific version of Selenium. As a convenience, it implements all the methods of the Selenium interface (buts adds improved exception reporting). That interface has changes since 0.8.1. On Nov 15, 2007 10:08 AM, Tobias

Re: T5: Using the AbstractIntegrationTestSuite (T5.0.6)

2007-11-15 Thread Tobias Wehrum
Hi Howard, then 0.8.0 is my version of choice? (Will AbstractIntegrationTestSuite be upgraded at a later time?) Thanks for your answer. :) Regards, Tobias Howard Lewis Ship schrieb: Well, there's your problem ... AbstractIntegrationTestSuite is coded against a specific version of Selenium. As

T5: Using the AbstractIntegrationTestSuite (T5.0.6)

2007-11-15 Thread Tobias Wehrum
Hi there, I have a problem including the AbstractIntegrationTestSuite in my little tapestry application. Maybe the solution is easy, but being a newbie to java development in general and Tapestry as well as Selenium in particular doesn't help at all to solve it - so I ask you. The code is as