fix null pointer exception after lucene upgrade

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2008-11-23 16:47:12 +00:00
parent db76a97aa0
commit 741fe7a24d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class ResourceLoaderTest extends TestCase
// Make sure it throws an error for invalid objects
Object[] invalid = new Object[] {
new NGramTokenFilter( null ),
// new NGramTokenFilter( null ),
"hello", new Float( 12.3f ),
new LukeRequestHandler(),
new JSONResponseWriter()