Skip to content

Commit

Permalink
Switched to islandora root
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodhead committed Oct 11, 2011
1 parent 0139c65 commit 64287b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fedora_ilives.test
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class FedoraBookTestCase extends DrupalWebTestCase {
$ingest_form = array();
$ingest_form['models'] = 'islandora:collectionCModel/ISLANDORACM';

$this->drupalPost('fedora/ingestObject/islandora:top/Islandora%20Top-Level%20Collection', $ingest_form, 'Next');
$this->drupalPost('fedora/ingestObject/islandora:root/Islandora%20Top-Level%20Collection', $ingest_form, 'Next');

$ingest_title = $this->randomName(32);
$ingest_form_step_2['dc:title'] = $ingest_title;
Expand Down

0 comments on commit 64287b9

Please sign in to comment.