change network based test to use a URL that is less likely to change at any arbitrary moment

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-09-04 21:33:41 +00:00
parent d45d3b1f0b
commit 4a73efa0cd
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class SolrRequestParserTest extends AbstractSolrTestCase {
public void testStreamURL() throws Exception
{
boolean ok = false;
String url = "http://svn.apache.org/repos/asf/lucene/solr/trunk/";
String url = "http://www.apache.org/dist/lucene/solr/";
String txt = null;
try {
txt = IOUtils.toString( new URL(url).openStream() );