$this->assertEqual($comment->langcode,$langcode,t('The comment posted with content language %langcode and belonging to the node with language %node_language has language %comment_language',$args));
$this->assertEqual($comment->langcode,$langcode,format_string('The comment posted with content language %langcode and belonging to the node with language %node_language has language %comment_language',$args));
$this->assertEqual($comment->comment_body[$langcode][0]['value'],$comment_values[$node_langcode][$langcode],'Comment body correctly stored.');
}
}
// Check that comment bodies appear in the administration UI.