[med-svn] [Git][med-team/libsis-base-java][master] Disable test that might fail due to changes in commons-io

Andreas Tille gitlab at salsa.debian.org
Wed Oct 28 08:02:05 GMT 2020



Andreas Tille pushed to branch master at Debian Med / libsis-base-java


Commits:
f4e98f60 by Andreas Tille at 2020-10-28T08:54:07+01:00
Disable test that might fail due to changes in commons-io

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/skip_testGetLinkInfoSymLinkDanglingLink.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -9,6 +9,8 @@ libsis-base-java (18.09~pre1+git20180928.45fbd31+dfsg-1) UNRELEASED; urgency=med
   * Remove trailing whitespace in debian/rules (routine-update)
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
+  * Disable test that might fail due to changes in commons-io
+    Closes: #973070
 
  -- Andreas Tille <tille at debian.org>  Tue, 27 Oct 2020 20:51:16 +0100
 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 remove_ch_rinn_imports.patch
 load_native_debian.patch
 skip_testGetLinkInfoDirectory.patch
+skip_testGetLinkInfoSymLinkDanglingLink.patch


=====================================
debian/patches/skip_testGetLinkInfoSymLinkDanglingLink.patch
=====================================
@@ -0,0 +1,29 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 27 Oct 2020 20:51:16 +0100
+Bug-Debian: https://bugs.debian.org/973070
+Description: Disable the affected test by following
+  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973070#22
+ .
+ FIXME: Needs checking whether the test might be OK for future
+        commons-io versions
+
+--- a/sourceTest/java/ch/systemsx/cisd/base/unix/UnixTests.java
++++ b/sourceTest/java/ch/systemsx/cisd/base/unix/UnixTests.java
+@@ -233,7 +233,7 @@ public class UnixTests extends AbstractF
+     }
+ 
+     @Test(groups =
+-        { "requires_unix" })
++        { "skip_this_test" })
+     public void testGetLinkInfoSymLinkDanglingLink() throws IOException
+     {
+         final File s = new File(workingDirectory, "someDanglingLink");
+@@ -249,7 +249,7 @@ public class UnixTests extends AbstractF
+     }
+ 
+     @Test(groups =
+-        { "requires_unix" })
++        { "skip_this_test" })
+     public void testGetLinkInfoNonExistent() throws IOException
+     {
+         final File s = new File(workingDirectory, "nonExistent");



View it on GitLab: https://salsa.debian.org/med-team/libsis-base-java/-/commit/f4e98f60b293d6fb16c34f35a8548248ae3f0ab3

-- 
View it on GitLab: https://salsa.debian.org/med-team/libsis-base-java/-/commit/f4e98f60b293d6fb16c34f35a8548248ae3f0ab3
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201028/5faa28bc/attachment-0001.html>


More information about the debian-med-commit mailing list