Re: Do we need selenium as part of test support?

2006-12-14 Thread Prasad Kashyap
In trunk, I moved selenium to testsupport-selenium. testsupport-selenium has a dep on testsupport-common testsuite now has a dep on testsupport-selenium only. Cheers Prasad On 12/14/06, Jason Dillon <[EMAIL PROTECTED]> wrote: No, nothing selenium-related needs to be in testsupport. testsuppo

Re: Do we need selenium as part of test support?

2006-12-13 Thread Jason Dillon
No, nothing selenium-related needs to be in testsupport. testsupport is mean to hold commonly used code for *unit tests*, and is intended to be a dependency of all modules (its already a dependency of some). If there needs to be some testsuite support classes, then we need to add a new mod

Do we need selenium as part of test support?

2006-12-13 Thread Matt Hogstrom
I ran into a problem tonight when upgrading Jetty 6. Apparently Selenium-server has jetty included in its jar and its Jetty 5. I hacked around the problem but it begs the question as to whether we should dump all testing tools into a single framework. At some point classpaths will continu