diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-13 10:52:08 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-13 10:52:08 +0000 |
commit | 2d3a1e88aeeccd0cb72be2637cae921027c44626 (patch) | |
tree | 7f865b65eb506d3e1afbc4dededd4b8af0d27336 | |
parent | 48de28eaa0d33ea2e6d7338b152521e43cb8bc12 (diff) |
test runner project naming in README did not relate directly to what is seen in eclipse project import dialog
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835805 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | otest/newlayout/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/otest/newlayout/README b/otest/newlayout/README index 6b2588a658..f6d48e258a 100644 --- a/otest/newlayout/README +++ b/otest/newlayout/README @@ -28,9 +28,9 @@ For the Assembly tests: cd otest/newlayout mvn eclipse:eclipse -import otest/newlayout/tuscany-test-runner into eclipse -import otest/newlayout/sca-assembly/General into eclipse -import otest/newlayout/sca-assembly/General_Java into eclipse +import otest/newlayout/tuscany-test-runner into eclipse (tuscany-otests-asm-tests) +import otest/newlayout/sca-assembly/General into eclipse (General) +import otest/newlayout/sca-assembly/General_Java into eclipse (General_Java) import which ever other contributions you need into eclipse (depends on which tests you are running) @@ -59,8 +59,8 @@ The Junit test cases are copied, using an ant script called by maven, from sca-a into tuscany-test-runner so that we can overlay them with Tuscany specific bridges and property files. In particular the Tuscany version of the test property files can be found at -tuscany-test-runner/src/test/resources/ - +tuscany-test-runner/src/test/resources/ + Maven puts this on the classpath before tuscany-test-runner/src/main/resources |