Change test back to printing to std out, since continuum seems to be running on HAL-9000
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1669755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3225ba64ce
commit
fccd59e788
|
@ -25,7 +25,6 @@ import static org.junit.Assert.assertFalse;
|
|||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.assertNull;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import java.io.File;
|
||||
import java.lang.reflect.Constructor;
|
||||
|
@ -239,7 +238,7 @@ public class SystemUtilsTest {
|
|||
assertTrue(SystemUtils.IS_OS_UNIX);
|
||||
assertFalse(SystemUtils.IS_OS_WINDOWS);
|
||||
} else {
|
||||
fail("Can't test IS_OS value: " + osName);
|
||||
System.out.println("Can't test IS_OS value: " + osName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue