#559486 follow-up by plach: Fixed fatal error in tests that for whatever reason testing bot is not catching. Grrr.

merge-requests/26/head
Angie Byron 2009-08-27 01:02:13 +00:00
parent 985884f98e
commit 715d3e5432
1 changed files with 1 additions and 1 deletions

View File

@ -2084,7 +2084,7 @@ class FieldTranslationsTestCase extends FieldTestCase {
$object = field_test_create_stub_entity($eid, $evid, $this->instance['bundle']);
$field_translations = array();
foreach (field_multilingual_available_languages($obj_type, $this->field) as $langcode) {
$field_translations[$langcode] = _generateTestFieldValues($this->field['cardinality']);
$field_translations[$langcode] = $this->_generateTestFieldValues($this->field['cardinality']);
}
// Save and reload the field translations.