| commit | f381f00df885632b0683262eab1bf8c163c81324 | [log] [tgz] |
|---|---|---|
| author | Sebastian Bazley <sebb@apache.org> | Tue Oct 09 10:52:27 2012 +0000 |
| committer | Sebastian Bazley <sebb@apache.org> | Tue Oct 09 10:52:27 2012 +0000 |
| tree | 1893d7d6e0b9ef4b14eb04b82a10ab6d73358508 | |
| parent | de34665f51e411edb847343b95185517788836a4 [diff] |
Show what we could not test git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1395961 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/java/org/apache/commons/lang3/SystemUtilsTest.java b/src/test/java/org/apache/commons/lang3/SystemUtilsTest.java index 43f534c..3a3ee8a 100644 --- a/src/test/java/org/apache/commons/lang3/SystemUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/SystemUtilsTest.java
@@ -149,7 +149,7 @@ assertTrue(SystemUtils.IS_JAVA_1_6); assertFalse(SystemUtils.IS_JAVA_1_7); } else { - System.out.println("Can't test IS_JAVA value"); + System.out.println("Can't test IS_JAVA value: "+javaVersion); } } @@ -186,7 +186,7 @@ assertTrue(SystemUtils.IS_OS_UNIX); assertFalse(SystemUtils.IS_OS_WINDOWS); } else { - System.out.println("Can't test IS_OS value"); + System.out.println("Can't test IS_OS value: "+osName); } }