Author: ate
Date: Wed Nov 16 16:25:20 2005
New Revision: 345155
URL: http://svn.apache.org/viewcvs?rev=345155&view=rev
Log:
Excluding TestLayout testcase because it currently doesn't contain any test
method.
JUnit requires that a testcase contains at least one test method.
Modified:
portals/jetspeed-2/trunk/components/portal/project.xml
Modified: portals/jetspeed-2/trunk/components/portal/project.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/portal/project.xml?rev=345155&r1=345154&r2=345155&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/portal/project.xml (original)
+++ portals/jetspeed-2/trunk/components/portal/project.xml Wed Nov 16 16:25:20
2005
@@ -41,6 +41,9 @@
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
+ <excludes>
+ <exclude>org/apache/jetspeed/layout/TestLayout.java</exclude>
+ </excludes>
<includes>
<include>**/Test*</include>
</includes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]