git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@395 a333f486-631f-4898-b8df-5754b55c2be0
@@ -987,9 +987,9 @@ class TestBulkChangeOnFarm extends TestBizModel
// attributes
array('name' => '_name', 'height' => '_height', 'birth' => '_birth'),
// ext keys
- array()
+ array(),
// reconciliation
- array('name'),
+ array('name')
);
$oMyChange = MetaModel::NewObject("CMDBChange");