You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2012/01/12 19:38:04 UTC

svn commit: r1230692 - /camel/trunk/camel-core/pom.xml

Author: hadrian
Date: Thu Jan 12 18:38:04 2012
New Revision: 1230692

URL: http://svn.apache.org/viewvc?rev=1230692&view=rev
Log:
Reneable LRUSoftCacheTest as CAMEL-4069 is long resolved

Modified:
    camel/trunk/camel-core/pom.xml

Modified: camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=1230692&r1=1230691&r2=1230692&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Thu Jan 12 18:38:04 2012
@@ -155,7 +155,6 @@
           <excludes>
             <!-- TODO FIXME ASAP -->
             <exclude>**/XXXTest.*</exclude>            
-            <exclude>**/LRUSoftCacheTest.*</exclude>  <!-- CAMEL-4069 -->          
           </excludes>
         </configuration>
       </plugin>