From d0e86aec253c57f94e4ebcdb2c417a825daafe3b Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 2 Nov 2009 22:22:47 +0000 Subject: moving das branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832145 13f79535-47bb-0310-9956-ffa450edef68 --- .../das-java-M2/samples/testing/tomcat/readme.htm | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 das-java/branches/das-java-M2/samples/testing/tomcat/readme.htm (limited to 'das-java/branches/das-java-M2/samples/testing/tomcat/readme.htm') diff --git a/das-java/branches/das-java-M2/samples/testing/tomcat/readme.htm b/das-java/branches/das-java-M2/samples/testing/tomcat/readme.htm new file mode 100644 index 0000000000..b47a9d24c5 --- /dev/null +++ b/das-java/branches/das-java-M2/samples/testing/tomcat/readme.htm @@ -0,0 +1,71 @@ + + + + Tuscany End User Sample Testing + + +

Tuscany End User Sample Testing

+

Initial Setup

  +   Most of the following only needs to be done once +unless noted otherwise.
+ + +

 Running

In +the java/das/samples/testing/tomcat +directory run maven:
mvn

Explanation

Maven does +the following:
If all goes well at the end you +should see:
+
[INFO] ----------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ----------------------------------------------------------------------------
[INFO] Tuscany Testing in Tomcat .............................. SUCCESS [0.340s]
[INFO] Tuscany Testing Tomcat DAS Sample - Companyweb ......... SUCCESS [48.350s]
[INFO] ----------------------------------------------------------------------------
[INFO] ----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: 49 seconds
[INFO] Finished at: Tue Aug 08 15:30:28 EDT 2006
[INFO] Final Memory: 7M/15M
[INFO] ----------------------------------------------------------------------------

Cleanup

Close +the Tomcat window and issue mvn clean.

Note

+

Because the html unit tests execute multiple user actions that change the contents of the database tables, is recommended +that you always run these tests in a clean environment (after a mvn clean), +otherwise you may experience failure on some tests as the expected result data might have been affected by previous test runs.

+ + \ No newline at end of file -- cgit v1.2.3