From 52e7a2a2a6ab336ae996da09558bb81a31e661e5 Mon Sep 17 00:00:00 2001 From: Richard van Heest Date: Tue, 7 Aug 2018 10:49:22 +0200 Subject: [PATCH] make test pendingUntilFixed until we upgrade to better-files 3.6.0 --- src/test/scala/nl/knaw/dans/bag/v0/DansV0BagSpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/scala/nl/knaw/dans/bag/v0/DansV0BagSpec.scala b/src/test/scala/nl/knaw/dans/bag/v0/DansV0BagSpec.scala index d00b2f33..1e75ffad 100644 --- a/src/test/scala/nl/knaw/dans/bag/v0/DansV0BagSpec.scala +++ b/src/test/scala/nl/knaw/dans/bag/v0/DansV0BagSpec.scala @@ -2199,11 +2199,11 @@ class DansV0BagSpec extends TestSupportFixture } } - it should "fail when the file to remove is the bag directory itself" in { + it should "fail when the file to remove is the bag directory itself" in pendingUntilFixed { val bag = simpleBagV0() bag.toJava should exist - // bag.isChildOf(bag) shouldBe false // TODO why does this actually return true??? - https://github.com/pathikrit/better-files/issues/247 + bag.isChildOf(bag) shouldBe false // TODO why does this actually return true??? - https://github.com/pathikrit/better-files/issues/247 inside(bag.removeTagFile(identity)) { case Failure(e: IllegalArgumentException) =>