File: disable_testGetUserHome_test.diff

package info (click to toggle)
libcommons-lang3-java 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,104 kB
  • ctags: 8,635
  • sloc: java: 72,523; xml: 4,298; makefile: 6; sh: 1
file content (15 lines) | stat: -rw-r--r-- 570 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
@@ -92,6 +92,7 @@
      * Assums no security manager exists.
      */
     @Test
+    @org.junit.Ignore
     public void testGetUserHome() {
         final File dir = SystemUtils.getUserHome();
         Assert.assertNotNull(dir);