diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-05 18:11:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-05 18:11:44 +0000 |
commit | 5ebbdd0c362187c3348a15e4a4a9a62fc648179a (patch) | |
tree | 265bfca26cff1e844baaa63ca8dbe3d3d130988f /modules | |
parent | ac55eb1e4e2090d212237f142024b5f03a6c1a15 (diff) | |
download | brdo-5ebbdd0c362187c3348a15e4a4a9a62fc648179a.tar.gz brdo-5ebbdd0c362187c3348a15e4a4a9a62fc648179a.tar.bz2 |
- Patch #280628 by pwolanin et al: fixed locale module confirm form and broken locale module tests.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/locale/locale.test | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |