mirror of https://github.com/apache/lucene.git
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:
parent
d45d3b1f0b
commit
4a73efa0cd
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue