Author: freemant
Date: Sun Dec 17 00:39:58 2006
New Revision: 487950
URL: http://svn.apache.org/viewvc?view=rev&rev=487950
Log:
Moved testng.xml into src/conf/test.
Added:
tapestry/tapestry5/tapestry-Workbench/src/test/conf/testng.xml
- copied, changed from r486498,
tapestry/tapestry5/tapestry-Workbench/testng.xml
Removed:
tapestry/tapestry5/tapestry-Workbench/testng.xml
Modified:
tapestry/tapestry5/tapestry-Workbench/ (props changed)
tapestry/tapestry5/tapestry-Workbench/pom.xml
Propchange: tapestry/tapestry5/tapestry-Workbench/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Dec 17 00:39:58 2006
@@ -0,0 +1,2 @@
+
+target
Modified: tapestry/tapestry5/tapestry-Workbench/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-Workbench/pom.xml?view=diff&rev=487950&r1=487949&r2=487950
==============================================================================
--- tapestry/tapestry5/tapestry-Workbench/pom.xml (original)
+++ tapestry/tapestry5/tapestry-Workbench/pom.xml Sun Dec 17 00:39:58 2006
@@ -50,19 +50,6 @@
<scope>compile</scope>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <suiteXmlFiles>
-
<suiteXmlFile>testng.xml</suiteXmlFile>
- </suiteXmlFiles>
- </configuration>
- </plugin>
- </plugins>
- </build>
<reporting>
<plugins>
<plugin>
Copied: tapestry/tapestry5/tapestry-Workbench/src/test/conf/testng.xml (from
r486498, tapestry/tapestry5/tapestry-Workbench/testng.xml)
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-Workbench/src/test/conf/testng.xml?view=diff&rev=487950&p1=tapestry/tapestry5/tapestry-Workbench/testng.xml&r1=486498&p2=tapestry/tapestry5/tapestry-Workbench/src/test/conf/testng.xml&r2=487950
==============================================================================
--- tapestry/tapestry5/tapestry-Workbench/testng.xml (original)
+++ tapestry/tapestry5/tapestry-Workbench/src/test/conf/testng.xml Sun Dec 17
00:39:58 2006
@@ -1,9 +1,23 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
-<suite name="Workbench">
- <test verbose="2" name="org.apache.tapestry.workbench.test"
annotations="1.5">
- <classes>
- <class name="org.apache.tapestry.workbench.test.WorkbenchLauncher" />
- <class name="org.apache.tapestry.workbench.test.TabLinksTest" />
- </classes>
+<!--
+ Copyright 2006 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.
+-->
+<suite name="Tapestry Workbench" parallel="false" annotations="1.5"
verbose="2">
+ <test name="Tapestry Workbench">
+ <packages>
+ <package name="org.apache.tapestry.workbench.test" />
+ </packages>
</test>
</suite>