Author: pcl
Date: Thu Feb 14 21:26:15 2008
New Revision: 627955
URL: http://svn.apache.org/viewvc?rev=627955&view=rev
Log:
Disabling Slice tests, since they're failing the build.
Modified:
openjpa/trunk/openjpa-slice/pom.xml
Modified: openjpa/trunk/openjpa-slice/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-slice/pom.xml?rev=627955&r1=627954&r2=627955&view=diff
==============================================================================
--- openjpa/trunk/openjpa-slice/pom.xml (original)
+++ openjpa/trunk/openjpa-slice/pom.xml Thu Feb 14 21:26:15 2008
@@ -155,14 +155,14 @@
<!-- =======================================================
-->
<!-- All tests are excluded currently
-->
<!-- =======================================================
-->
- <!-- configuration>
+ <configuration>
<includes>
<include>**/DummyTest.java</include>
</includes>
<excludes>
<exclude>**/Test*.java</exclude>
</excludes>
- </configuration -->
+ </configuration>
</plugin>
</plugins>