LUCENE-5944: Remove useless test (will be fixed soon by LUCENE-5952)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-09-18 14:17:34 +00:00
parent 002860d524
commit f74d55d5b3
1 changed files with 0 additions and 7 deletions

View File

@ -195,13 +195,6 @@ public class TestVersion extends LuceneTestCase {
} catch (IllegalArgumentException iae) {
// pass
}
try {
Version.parse("6.0.0");
fail();
} catch (IllegalArgumentException iae) {
// pass
}
}
public void testDeprecations() throws Exception {