diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-16 15:47:46 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-16 15:47:46 +0000 |
commit | d854417e0c05d65ed6f211906f851998640469f3 (patch) | |
tree | c8f3554f8717e19bfe9cee11aeed8e516d26bab1 /modules/locale/locale.test | |
parent | 5a89fef970b26af6eb1d970ad8a9a5876e4126df (diff) | |
download | brdo-d854417e0c05d65ed6f211906f851998640469f3.tar.gz brdo-d854417e0c05d65ed6f211906f851998640469f3.tar.bz2 |
#565480 follow-up by plach: Clean-ups and documentation.
Diffstat (limited to 'modules/locale/locale.test')
-rw-r--r-- | modules/locale/locale.test | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test index 57413ec33..9a22b9abc 100644 --- a/modules/locale/locale.test +++ b/modules/locale/locale.test @@ -1296,6 +1296,7 @@ class LocalePathFunctionalTest extends DrupalWebTestCase { $this->drupalLogout(); } } + /** * Functional tests for multilingual support on nodes. */ @@ -1417,8 +1418,6 @@ class LocaleContentFunctionalTest extends DrupalWebTestCase { } } - - /** * Test UI language negotiation * 1. URL (PATH) > DEFAULT @@ -1621,6 +1620,9 @@ class UILanguageNegotiationTest extends DrupalWebTestCase { } } +/** + * Functional test for multilingual fields. + */ class LocaleMultilingualFieldsFunctionalTest extends DrupalWebTestCase { public static function getInfo() { return array( @@ -1634,6 +1636,9 @@ class LocaleMultilingualFieldsFunctionalTest extends DrupalWebTestCase { parent::setUp('locale'); } + /** + * Test if field languages are correctly set through the node form. + */ function testMultilingualNodeForm() { // Setup users. $admin_user = $this->drupalCreateUser(array('administer languages', 'administer content types', 'access administration pages', 'create page content', 'edit own page content')); |