File: disable_testGetUserHome_test.diff

package info (click to toggle)
libcommons-lang3-java 3.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,184 kB
  • sloc: java: 95,090; xml: 5,176; makefile: 4; sh: 1
file content (15 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Disable SystemUtilsTest#testGetUserHome as it depends on
 $HOME (which is not available on buildd).
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2012-05-27
Forwarded: not-needed
--- a/src/test/java/org/apache/commons/lang3/SystemUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/SystemUtilsTest.java
@@ -285,6 +285,7 @@
      * Assumes no security manager exists.
      */
     @Test
+    @org.junit.Ignore
     public void testGetUserHome() {
         final File dir = SystemUtils.getUserHome();
         assertNotNull(dir);