Browse Source

missed a line

pull/448/head
qadan 11 years ago
parent
commit
127b53c111
  1. 2
      tests/islandora_web_test_case.inc

2
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;
}
}

Loading…
Cancel
Save