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