Timestamp:
Oct 13, 2009, 4:42:30 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
57cfb7
Parents:
082da1
git-author:
Frederik Heber <heber@…> (10/13/09 16:40:34)
git-committer:
Frederik Heber <heber@…> (10/13/09 16:42:30)
Message:

Fixed broken test "Fragmentation - Fragmentation".

  • BUGFIX: Code was split into CombineAllOrderListIntoOne() and FreeAllOrdersList(). In the first the combining is done and because RootStack is needed, we push_back() all pop_front() all RootKeyNr. However, the loop test was still .empty(), which never happened and an error was thrown as same keysets were tried to be inserted (assumed). Now, we store the last RootKeyNr by back() and compare the current to it. Test runs through fine.
(No files)

Note: See TracChangeset for help on using the changeset viewer.