Author: woonsan
Date: Wed Dec 3 08:52:13 2008
New Revision: 722966
URL: http://svn.apache.org/viewvc?rev=722966&view=rev
Log:
Just removes the excludes because they work well with transaction-supporting database like
MySQL with INNODB options.
Modified:
portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-page-manager/pom.xml
Modified: portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-page-manager/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-page-manager/pom.xml?rev=722966&r1=722965&r2=722966&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-page-manager/pom.xml
(original)
+++ portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-page-manager/pom.xml
Wed Dec 3 08:52:13 2008
@@ -136,10 +136,6 @@
<exclude>**/*$*</exclude>
<exclude>**/PageManagerTestShared.java</exclude>
<exclude>**/DirectoryXMLTransform.java</exclude>
- <!-- TODO: fix the following tetst case. It succeeds one time,
but fails next time. -->
- <exclude>**/TestDatabasePageManager.java</exclude>
- <!-- TODO: fix the following tetst case. Testing after rollback
fails. -->
- <exclude>**/TestTransactions.java</exclude>
</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
|