index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_dynamic_list.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-08
Check the contents of the test list after each move operation, to help track ...
Daniel Burrows
1
-12
/
+57
2010-05-08
Fix some swapped type names.
Daniel Burrows
1
-3
/
+3
2010-05-08
Add a missing copyright notice.
Daniel Burrows
1
-0
/
+21
2010-05-06
Add test code for the dynamic list collection's behavior when elements move.
Daniel Burrows
1
-0
/
+38
2010-05-06
Fix the dynamic list collection insertion test to not crash by inserting into...
Daniel Burrows
1
-1
/
+1
2010-05-06
Add a test of removing from sub-lists.
Daniel Burrows
1
-0
/
+31
2010-05-06
Test that the right thing happens when inserting into an initially empty list.
Daniel Burrows
1
-2
/
+5
2010-05-06
Add a test of what happens when we insert into a sublist of a dynamic list co...
Daniel Burrows
1
-0
/
+33
2010-05-05
Rewrite the dynamic list collection for the new framework and re-enable its t...
Daniel Burrows
1
-90
/
+97
2010-05-04
Write tests verifying the behavior of move().
Daniel Burrows
1
-0
/
+191
2010-05-04
Redesign the dynamic-list interface to be more general, and update its tests ...
Daniel Burrows
1
-130
/
+297
2010-05-01
Write a test of removing a list from a list collection.
Daniel Burrows
1
-0
/
+33
2010-05-01
Add a new meta-dynamic-list that somewhat arbitrarily mingles several
Daniel Burrows
1
-0
/
+65
2010-05-01
Fix the test of remove().
Daniel Burrows
1
-0
/
+1
2010-05-01
Write a test of remove().
Daniel Burrows
1
-0
/
+22
2010-05-01
Add support to the dynamic list interface for tracking the location of a remo...
Daniel Burrows
1
-10
/
+13
2010-04-30
Add tests of the new dynamic_list class.
Daniel Burrows
1
-0
/
+310