[jboss-dev-forums] [Design of POJO Server] - Re: Testing Bootstrap Dependencies
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Sep 30 11:12:04 EDT 2008
Yes, put them in https://svn.jboss.org/repos/jbossas/trunk/testsuite/.
anonymous wrote : It works only if it is called from different targets. But if it is okay I will split the tests into separate targets.
I see. OK, separate targets is OK. Note that you can wrap those targets in a container target to avoid having so many details exposed to the target that runs the overall testsuite; see the tests-clustering target in https://svn.jboss.org/repos/jbossas/trunk/testsuite/imports/config/tests-clustering.xml, which calls other targets that add different suffixes to different tests.
See also https://svn.jboss.org/repos/jbossas/trunk/testsuite/imports/config/configs.xml which is imported into testsuite/build.xml and itself imports other ant files that run a grouped set of tests. This approach is used to add more targets without making testsuite/build.xml huge. I suggest you use this approach; i.e. add a testsuite/imports/tests-bootstrap-dependencies.xml and add it to testsuite/imports/configs.xml.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179595#4179595
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179595
More information about the jboss-dev-forums
mailing list