mirror of https://github.com/apache/lucene.git
improve assume message in test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6530bfc93f
commit
333645af1b
|
@ -2582,7 +2582,7 @@ public class TestIndexWriter extends LuceneTestCase {
|
|||
MockDirectoryWrapper dir = newMockDirectory();
|
||||
if (TestUtil.isWindowsFS(dir)) {
|
||||
dir.close();
|
||||
assumeFalse("this test can't run on Windows", true);
|
||||
assumeFalse("this test can't run on simulated windows (WindowsFS)", true);
|
||||
}
|
||||
|
||||
// don't act like windows either, or the test won't simulate the condition
|
||||
|
|
Loading…
Reference in New Issue