add Apple to this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1045323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-12-13 19:21:56 +00:00
parent 1ca059706e
commit 73f2e63037
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class TestIndexWriterOnJRECrash extends TestNRTThreads {
public void testNRTThreads() throws Exception {
String vendor = Constants.JAVA_VENDOR;
assumeTrue(vendor + " JRE not supported.",
vendor.startsWith("Sun") || vendor.startsWith("IBM"));
vendor.startsWith("Sun") || vendor.startsWith("IBM") || vendor.startsWith("Apple"));
// if we are not the fork
if (System.getProperty("tests.crashmode") == null) {