From be1bb23a1e16af14ca9ee7401e9be528c43796ed Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 20 Jul 2011 01:20:33 -0700 Subject: Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API. --- modules/path/path.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/path') diff --git a/modules/path/path.test b/modules/path/path.test index 4112e5f6b..f42ec81be 100644 --- a/modules/path/path.test +++ b/modules/path/path.test @@ -279,8 +279,9 @@ class PathLanguageTestCase extends DrupalWebTestCase { $this->drupalGet('node/' . $english_node->nid . '/translate'); $this->clickLink(t('add translation')); $edit = array(); + $langcode = LANGUAGE_NONE; $edit["title"] = $this->randomName(); - $edit["body[fr][0][value]"] = $this->randomName(); + $edit["body[$langcode][0][value]"] = $this->randomName(); $french_alias = $this->randomName(); $edit['path[alias]'] = $french_alias; $this->drupalPost(NULL, $edit, t('Save')); -- cgit v1.2.3