Skip to content

Commit

Permalink
updated test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Stanley committed Apr 21, 2014
1 parent fb4d16e commit 3876549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/islandora_pdf_ingest_purge.test
Expand Up @@ -58,7 +58,7 @@ class IslandoraPdfIngestTestCase extends IslandoraCollectionWebTestCase {
'islandora_pdf_allow_text_upload' => TRUE,
'islandora_pdf_create_fulltext' => FALSE,
);
$this->drupalPost('admin/islandora/pdf', $edit, 'Save configuration');
$this->drupalPost('admin/islandora/solution_pack_config/pdf', $edit, 'Save configuration');
$edit = array(
'image_toolkit' => 'imagemagick',
);
Expand Down

0 comments on commit 3876549

Please sign in to comment.