Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] bug 189617 fixed

Title: bug 189617 fixed

Hi all,
I have updated related code to cvs for this bug. https://bugs.eclipse.org/bugs/show_bug.cgi?id=189617
Major modifications:
1. Add servicecreation related test cases to build system.
2. Add a test suite(AllTests.java) class for each test plugin to include all test cases. The build system will run this test suite class automatically.

3. Add a test script(test.xml) for each test plugin which the test framework uses to run test cases.
4. Fix some test related errors of build system.

Notes:
1. Make sure that the environment property "DISPLAY" defined in [build.home]/cruise/commonVariations.shsource is available. Otherwise, the gtk error will occur when running test cases.

2. Make sure that the correct target(either "core-test" or "ui-test") is chosed in test.xml of each test plugin. Otherwise, the jvm will exit with error code 2.

3. Make sure that the properties of "cxf.runtime.location" and "sca.kit.location" are defined correctly in the file [build.home]/cruise/build.properties. Otherwise, the jaxws and sca related test cases will not be run correctly.

Regards,

Jonathan Huang



Back to the top