diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-25 18:26:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-25 18:26:02 +0000 |
commit | a7f12c0326f4c6808fa84fc8b0f57536fdc0002e (patch) | |
tree | 6580e3d8210f44678ead0ea92c5de739a6fb3dac /modules/locale | |
parent | d7f3c18d17e4be51c18eb3adcbc1492659026757 (diff) | |
download | brdo-a7f12c0326f4c6808fa84fc8b0f57536fdc0002e.tar.gz brdo-a7f12c0326f4c6808fa84fc8b0f57536fdc0002e.tar.bz2 |
- Patch #251263 by catch: fixing up many code style issues in the tests.
Diffstat (limited to 'modules/locale')
-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 26c75174e..8dfdbef0e 100644 --- a/modules/locale/locale.test +++ b/modules/locale/locale.test @@ -92,7 +92,7 @@ class LocaleTestCase extends DrupalWebTestCase { $this->assertNoRaw($language_indicator, 'String is translated'); $this->drupalGet('logout'); - // Delete the language + // Delete the language. $this->drupalLogin($admin_user); $path = 'admin/settings/language/delete/'. $langcode; // This a confirm form, we do not need any fields changed. |