Integrated data model changes to the data load (incidents/contracts and persons were not correctly loaded

SVN:code[133]
This commit is contained in:
Romain Quetiez
2009-09-10 14:28:08 +00:00
parent 2a6de0bd28
commit e5d9ede18a
5 changed files with 239 additions and 239 deletions

View File

@@ -1118,7 +1118,7 @@ class TestItopWebServices extends TestWebServices
),
array(
'class' => 'bizIncidentTicket',
'csvdata' => "name;title;type;customer_id;initial_situation;start_date;next_update;caller_id;workgroup_id;agent_id\nOVSD-12345;server down;Network;1;server was found down;2009-04-10 12:00;2009-04-10 15:00;3;317;5"
'csvdata' => "name;title;type;org_id;initial_situation;start_date;next_update;caller_id;workgroup_id;agent_id\nOVSD-12345;server down;Network;1;server was found down;2009-04-10 12:00;2009-04-10 15:00;3;317;5"
),
);