Browse Source

a tiny bit of cleanup

pull/448/head
qadan 11 years ago
parent
commit
cb41135270
  1. 4
      tests/islandora_web_test_case.inc

4
tests/islandora_web_test_case.inc

@ -203,9 +203,7 @@ class IslandoraWebTestCase extends DrupalWebTestCase {
if ($fails) {
return FALSE;
}
else {
return TRUE;
}
return TRUE;
}
}

Loading…
Cancel
Save