From 5ebbdd0c362187c3348a15e4a4a9a62fc648179a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Aug 2008 18:11:44 +0000 Subject: - Patch #280628 by pwolanin et al: fixed locale module confirm form and broken locale module tests. --- modules/locale/locale.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/locale/locale.test b/modules/locale/locale.test index 8dcb5f5a1..bdcfd7996 100644 --- a/modules/locale/locale.test +++ b/modules/locale/locale.test @@ -108,7 +108,7 @@ class LocaleTestCase extends DrupalWebTestCase { // Delete the name string. $this->drupalLogin($translate_user); - $this->drupalGet('admin/build/translate/delete/' . $lid); + $this->drupalPost('admin/build/translate/delete/' . $lid, array(), t('Delete')); $this->assertText(t('The string has been removed.'), 'The string has been removed message.'); $this->drupalPost('admin/build/translate/search', $search, t('Search')); $this->assertNoText($name, 'Search now can not find the name'); -- cgit v1.2.3