On Thu, Mar 17, 2011 at 3:36 PM, David Becker <[email protected]> wrote: > How are the SipXconfig UI test cases executed? make sipXconfig.check > doesn't seem to run them, at least I can't even get a test failure > message even by adding assertTrue(false) to an existing test case. Is > there a separate command? >
run ant precommit from sipXconfig source directory for all tests (including ui tests) or ant test-ui from sipXconfig/web for web tests only You can also run a single UI test from sipXconfig source dir e.g.: ant test-all -Dtest.name=LocalizationPage George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
