mirror of https://github.com/apache/lucene.git
LUCENE-1786: make the patternsFileContent static, so we only load it once, not 4 times, when running this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@802767 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a195d3622
commit
35ea5c1350
|
@ -49,7 +49,7 @@ public class TestCompoundWordTokenFilter extends TestCase {
|
|||
// too slow:
|
||||
//"http://superb-east.dl.sourceforge.net/sourceforge/offo/offo-hyphenation.zip"};
|
||||
|
||||
private byte[] patternsFileContent;
|
||||
private static byte[] patternsFileContent;
|
||||
|
||||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
|
|
Loading…
Reference in New Issue