From b4a8b14642ae3d5a33d6124b24212f1e446ea74a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 Jan 2010 04:20:08 +0000 Subject: - Patch #689738 by c960657: use Save and Delete buttons on path alias editing form. --- modules/simpletest/tests/path.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests/path.test') diff --git a/modules/simpletest/tests/path.test b/modules/simpletest/tests/path.test index 519be543d..567731421 100644 --- a/modules/simpletest/tests/path.test +++ b/modules/simpletest/tests/path.test @@ -165,7 +165,7 @@ class UrlAlterFunctionalTest extends DrupalWebTestCase { // Test that alias source paths are normalized in the interface. $edit = array('source' => "user/$name/edit", 'alias' => 'alias/test2'); - $this->drupalPost('admin/config/search/path/add', $edit, t('Create new alias')); + $this->drupalPost('admin/config/search/path/add', $edit, t('Save')); $this->assertText(t('The alias has been saved.')); // Test that a path always uses its alias. -- cgit v1.2.3