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/20 23:02:18 UTC

svn commit: r1234167 - in /camel/branches/camel-2.9.x: ./ camel-core/pom.xml

Author: hadrian
Date: Fri Jan 20 22:02:17 2012
New Revision: 1234167

URL: http://svn.apache.org/viewvc?rev=1234167&view=rev
Log:
Merged revisions 1230692 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1230692 | hadrian | 2012-01-12 13:38:04 -0500 (Thu, 12 Jan 2012) | 1 line
  
  Reneable LRUSoftCacheTest as CAMEL-4069 is long resolved
........

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/camel-core/pom.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/camel-core/pom.xml?rev=1234167&r1=1234166&r2=1234167&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/camel-core/pom.xml (original)
+++ camel/branches/camel-2.9.x/camel-core/pom.xml Fri Jan 20 22:02:17 2012
@@ -155,7 +155,6 @@
           <excludes>
             <!-- TODO FIXME ASAP -->
             <exclude>**/XXXTest.*</exclude>            
-            <exclude>**/LRUSoftCacheTest.*</exclude>  <!-- CAMEL-4069 -->          
           </excludes>
         </configuration>
       </plugin>