Browse Source

a tiny bit of cleanup

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

2
tests/islandora_web_test_case.inc

@ -203,11 +203,9 @@ class IslandoraWebTestCase extends DrupalWebTestCase {
if ($fails) { if ($fails) {
return FALSE; return FALSE;
} }
else {
return TRUE; return TRUE;
} }
} }
}
/** /**
* Attempts to validate an array of datastreams, generally via binary checks. * Attempts to validate an array of datastreams, generally via binary checks.

Loading…
Cancel
Save