@@ -339,20 +423,20 @@ function _testCommonNodeProperties($graph, $node, $message_prefix) {
// Author name.
$expected_value=array(
'type'=>'literal',
'value'=>$this->adminUser->name,
'value'=>$this->adminUser->label(),
);
$this->assertTrue($graph->hasProperty($this->authorUri,'http://schema.org/name',$expected_value),"$message_prefix author name was found (schema:name).");
}
/**
* Test output for article properties displayed in both view modes.
* Tests output for article properties displayed in both view modes.