bennyxqg / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

itemsTotal counts all item in loader even already loaded items. Or Error in Document text #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add items to be loaded to loader and start loader
2. on callback add more items to loader 
3. test loader.itemTotal

What is the expected output? What do you see instead?
loader.itemsLoaded == total items already loaded
loader.itemsTotal == total items in loader loaded or unloaded
the doc says itemsTotal is total of items to be loaded.  I guess i was
expecteting the new items it hasn't loaded yet count.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by car...@gmail.com on 29 Mar 2009 at 1:35

GoogleCodeExporter commented 9 years ago
Hi Carbin.

I thinks this one has been fixed on later revisions ( rev 267), so I am closing 
it.
If your test case is still failing on this revision, please let me know 
(reopening this is a good way).

Cheers
Arthur Debert

Original comment by debert on 27 Apr 2009 at 2:22