1 May 2007 10:38
svn commit: r533963 - /cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/components/source/impl/CachingSourceTestCase.java
<reinhard <at> apache.org>
2007-05-01 08:38:26 GMT
2007-05-01 08:38:26 GMT
Author: reinhard Date: Tue May 1 01:38:25 2007 New Revision: 533963 URL: http://svn.apache.org/viewvc?view=rev&rev=533963 Log: with Eclipse this already worked when using an expiry time of 1 sec. Maven seems to fail sometimes. Hope that 2 secs improve the situation. Modified: cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/components/source/impl/CachingSourceTestCase.java Modified: cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/components/source/impl/CachingSourceTestCase.java URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/components/source/impl/CachingSourceTestCase.java?view=diff&rev=533963&r1=533962&r2=533963 ============================================================================== --- cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/components/source/impl/CachingSourceTestCase.java (original) +++ cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/components/source/impl/CachingSourceTestCase.java Tue May 1 01:38:25 2007 <at> <at> -70,7 +70,7 <at> <at> } public void testCachingURI() throws Exception { - String uri = "cached:http://slashdot.org/?cocoon:cache-expires=1"; + String uri = "cached:http://slashdot.org/?cocoon:cache-expires=2"; CachingSource source; <at> <at> -93,7 +93,7 <at> <at>(Continue reading)
RSS Feed