You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2013/08/17 11:41:31 UTC

svn commit: r1514972 - /lucene/pylucene/branches/pylucene_4_3/test/test_PhraseQuery.py

Author: vajda
Date: Sat Aug 17 09:41:30 2013
New Revision: 1514972

URL: http://svn.apache.org/r1514972
Log:
fixed typo in test name

Modified:
    lucene/pylucene/branches/pylucene_4_3/test/test_PhraseQuery.py

Modified: lucene/pylucene/branches/pylucene_4_3/test/test_PhraseQuery.py
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_3/test/test_PhraseQuery.py?rev=1514972&r1=1514971&r2=1514972&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_4_3/test/test_PhraseQuery.py (original)
+++ lucene/pylucene/branches/pylucene_4_3/test/test_PhraseQuery.py Sat Aug 17 09:41:30 2013
@@ -113,7 +113,7 @@ class PhraseQueryTestCase(PyLuceneTestCa
         topDocs = self.searcher.search(self.query, 50)
         self.assertEqual(0, topDocs.totalHits, "not sloppy enough")
 
-    def testMulipleTerms(self):
+    def testMultipleTerms(self):
         """
         slop is the total number of positional moves allowed
         to line up a phrase