You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by sh...@apache.org on 2005/07/23 20:50:14 UTC

svn commit: r224503 - /excalibur/trunk/components/sourceresolve/src/test/org/apache/excalibur/source/test/URLSourceTestCase.java

Author: shash
Date: Sat Jul 23 11:50:12 2005
New Revision: 224503

URL: http://svn.apache.org/viewcvs?rev=224503&view=rev
Log:
www.example.com does not exist anymore, use excalibur.apache.org as a valid URL to test

Modified:
    excalibur/trunk/components/sourceresolve/src/test/org/apache/excalibur/source/test/URLSourceTestCase.java

Modified: excalibur/trunk/components/sourceresolve/src/test/org/apache/excalibur/source/test/URLSourceTestCase.java
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/sourceresolve/src/test/org/apache/excalibur/source/test/URLSourceTestCase.java?rev=224503&r1=224502&r2=224503&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/src/test/org/apache/excalibur/source/test/URLSourceTestCase.java (original)
+++ excalibur/trunk/components/sourceresolve/src/test/org/apache/excalibur/source/test/URLSourceTestCase.java Sat Jul 23 11:50:12 2005
@@ -71,7 +71,7 @@
 
     public void testHttpDoesExist() throws Exception
     {
-        m_urlSource.init( new URL( "http://www.example.com/" ),
+        m_urlSource.init( new URL( "http://excalibur.apache.org/" ),
                 Collections.EMPTY_MAP );
         assertTrue( m_urlSource.exists() );
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org