summaryrefslogtreecommitdiff
path: root/tests/test_dynamic_list.cc
AgeCommit message (Expand)AuthorFilesLines
2010-05-08Check the contents of the test list after each move operation, to help track ...Daniel Burrows1-12/+57
2010-05-08Fix some swapped type names.Daniel Burrows1-3/+3
2010-05-08Add a missing copyright notice.Daniel Burrows1-0/+21
2010-05-06Add test code for the dynamic list collection's behavior when elements move.Daniel Burrows1-0/+38
2010-05-06Fix the dynamic list collection insertion test to not crash by inserting into...Daniel Burrows1-1/+1
2010-05-06Add a test of removing from sub-lists.Daniel Burrows1-0/+31
2010-05-06Test that the right thing happens when inserting into an initially empty list.Daniel Burrows1-2/+5
2010-05-06Add a test of what happens when we insert into a sublist of a dynamic list co...Daniel Burrows1-0/+33
2010-05-05Rewrite the dynamic list collection for the new framework and re-enable its t...Daniel Burrows1-90/+97
2010-05-04Write tests verifying the behavior of move().Daniel Burrows1-0/+191
2010-05-04Redesign the dynamic-list interface to be more general, and update its tests ...Daniel Burrows1-130/+297
2010-05-01Write a test of removing a list from a list collection.Daniel Burrows1-0/+33
2010-05-01Add a new meta-dynamic-list that somewhat arbitrarily mingles severalDaniel Burrows1-0/+65
2010-05-01Fix the test of remove().Daniel Burrows1-0/+1
2010-05-01Write a test of remove().Daniel Burrows1-0/+22
2010-05-01Add support to the dynamic list interface for tracking the location of a remo...Daniel Burrows1-10/+13
2010-04-30Add tests of the new dynamic_list class.Daniel Burrows1-0/+310