You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by yo...@apache.org on 2010/04/06 14:58:50 UTC

svn commit: r931135 - /lucene/dev/trunk/solr/example/exampledocs/test_utf8.sh

Author: yonik
Date: Tue Apr  6 12:58:49 2010
New Revision: 931135

URL: http://svn.apache.org/viewvc?rev=931135&view=rev
Log:
fix URLs in test_utf8.sh

Modified:
    lucene/dev/trunk/solr/example/exampledocs/test_utf8.sh

Modified: lucene/dev/trunk/solr/example/exampledocs/test_utf8.sh
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/exampledocs/test_utf8.sh?rev=931135&r1=931134&r2=931135&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/exampledocs/test_utf8.sh (original)
+++ lucene/dev/trunk/solr/example/exampledocs/test_utf8.sh Tue Apr  6 12:58:49 2010
@@ -17,7 +17,7 @@
 #Test script to tell if the server is accepting UTF-8
 #The python writer currently escapes non-ascii chars, so it's good for testing
 
-URL=http://localhost:8983/solr/select
+URL=http://localhost:8983/solr
 
 if [ ! -z $1 ]; then
   URL=$1