File: disable_testGetUserHome_test.diff

package info (click to toggle)
libcommons-lang3-java 3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,780 kB
  • sloc: java: 76,785; xml: 4,511; makefile: 4; sh: 1
file content (15 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
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
@@ -118,6 +118,7 @@
      * Assumes no security manager exists.
      */
     @Test
+    @org.junit.Ignore
     public void testGetUserHome() {
         final File dir = SystemUtils.getUserHome();
         assertNotNull(dir);