Author: hlship
Date: Wed Jan  7 19:05:31 2009
New Revision: 732594

URL: http://svn.apache.org/viewvc?rev=732594&view=rev
Log:
TAP5-59: Tracking issue for Tapestry/Spring Web Flow integration

Added:
    tapestry/tapestry5/trunk/tapestry-webflow/src/test/conf/testng.xml

Added: tapestry/tapestry5/trunk/tapestry-webflow/src/test/conf/testng.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-webflow/src/test/conf/testng.xml?rev=732594&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-webflow/src/test/conf/testng.xml (added)
+++ tapestry/tapestry5/trunk/tapestry-webflow/src/test/conf/testng.xml Wed Jan  
7 19:05:31 2009
@@ -0,0 +1,24 @@
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd";>
+<!--
+   Copyright 2009 The Apache Software Foundation
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- The suite may no longer be run in parallel, because of some tricky issues 
related to locking of class loaders. Running in parallel causes thread 
deadlocks, when unmanaged
+tests run at the same time as Selenium-based integration tests.  See 
TAPESTRY-2561. -->
+<suite name="Tapestry / Spring Web Flow Integration" annotations="1.5" 
verbose="2">
+
+    <!-- No tests yet! -->
+
+</suite>


Reply via email to