From 127b53c111754560787f37d3e29aeef5e6a257d9 Mon Sep 17 00:00:00 2001 From: qadan Date: Tue, 21 Jan 2014 15:25:38 +0000 Subject: [PATCH] missed a line --- tests/islandora_web_test_case.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/islandora_web_test_case.inc b/tests/islandora_web_test_case.inc index 46a032be..5c198e16 100644 --- a/tests/islandora_web_test_case.inc +++ b/tests/islandora_web_test_case.inc @@ -320,7 +320,7 @@ class IslandoraWebTestCase extends DrupalWebTestCase { } else { $this->fail("Cannot delete object {$pid}; it is owned by non-test user {$object->owner}, and this function was called with the safety on."); - + return FALSE; } }