From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/testing/tomcat/readme.htm | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 tags/java/das/1.0-incubator-M2/samples/testing/tomcat/readme.htm (limited to 'tags/java/das/1.0-incubator-M2/samples/testing/tomcat/readme.htm') diff --git a/tags/java/das/1.0-incubator-M2/samples/testing/tomcat/readme.htm b/tags/java/das/1.0-incubator-M2/samples/testing/tomcat/readme.htm new file mode 100644 index 0000000000..b47a9d24c5 --- /dev/null +++ b/tags/java/das/1.0-incubator-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