0 Replies Latest reply on Dec 27, 2004 4:54 PM by ovidiu.feodorov

    Running a single functional test

    ovidiu.feodorov

      I added to the functional tests' build.xml a new "test" target that can be used to run individual tests:

      cd tests
      ./build.sh test -Dtest.classname=org.jboss.test.YourTest
      


      A sample build.xml can be found in jboss-head/jms/tests and also at: http://www.jboss.org/wiki/Wiki.jsp?page=FunctionTestExampleBuild