@@ -602,7 +602,7 @@ class ContentMigrateListTestCase extends ContentMigrateTestCase {
$this->assertText($test_field['label'],t('Found field, %field, on node %node.',array('%field'=>$test_field['field_name'],'%node'=>$node->title)));
$this->drupalGet('node/'.$node->nid.'/edit');
$this->assertOptionSelected('edit-'.$id.'-'.LANGUAGE_NONE,$data,t('Value, %value, was selected in the select list in the node edit form.',array('%value'=>$data['value'])));
$this->assertOptionSelected('edit-'.$id.'-'.LANGUAGE_NONE,$data['value'],t('Value, %value, was selected in the select list in the node edit form.',array('%value'=>$data['value'])));
// Check to make sure field instance is displayed on the manage fields page.