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:
Michael McCandless 2014-12-02 08:50:44 +00:00
parent 6530bfc93f
commit 333645af1b
1 changed files with 1 additions and 1 deletions

View File

@ -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