Antony Thorpe 39d1ef7a4b Bugfix: BulkLoader_Result class - Deleted Items (#5598)
* Bugfix: BulkLoader_Result class - Deleted Items

The Deleted function, within BulkLoader_Result class, calls mapToArrayList, which tries to find the recently deleted dataobjects.
To correct:
- when calling addDeleted, store a map of each dataobject within the $this->deleted array; and,
- have the Deleted function return an ArrayList based upon the $this->deleted array.

* Added tests

- created a new test file for the BulkLoader_Result class
- included tests for other methods of this class
- slightly altered the addDeleted function to be consistent other methods of this class
2016-06-01 09:55:06 +12:00
..
2015-08-24 16:15:38 +12:00
2016-03-30 11:35:15 +13:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2016-04-26 00:09:33 +01:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2015-06-20 00:38:59 +12:00
2016-05-22 11:10:37 +01:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00