mirror of https://github.com/apache/lucene.git
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:
parent
002860d524
commit
f74d55d5b3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue