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>