Updated the benchmark page to the last change in data model

SVN:trunk[757]
This commit is contained in:
Romain Quetiez
2010-09-03 21:29:27 +00:00
parent a9c0ba63df
commit 1432f1ffe5

View File

@@ -458,7 +458,7 @@ class BenchmarkDataCreation
for($i = 0 ; $i < $this->m_aPlanned['Documents'] ; $i++)
{
$aData = array(
//'org_id' => $iOrg,
'org_id' => $iOrg,
'name' => "document$i",
'contents' => $oRefDoc,
);