From: <cle...@jb...> - 2005-05-03 19:41:47
|
The way I'm doing cross version tests is based in a directory. By defining a directory, for example /jboss-versions, I'm going to look for sub-directories and dynamically execute the version check against each client defined on that directory. For example, while testing 4_0_2, if you have 3_0_0 and 4_0_0 at /jboss-versions we will be doing cross refs tests against 3_0_0 and 4_0_0. This is very dynamic, and when we move to 4_0_3 the only thing we will have to do will be to add another client library on this directory. The only issue is that we won't any reference to 4.0.2 and 4.0.1 in the testsuite/build.xml as this test is done dynamically. So, the question is: Is this an issue? Clebert View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876329#3876329 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876329 |