- 03 Jan, 2018 1 commit
-
-
When the function `expect_iterator_items` surpasses the number of expected items, we simply break the loop. This causes us to trigger an assert later on which has message attached, which is annoying when trying to locate the root error cause. Instead, directly assert that the current count is still smaller or equal to the expected count inside of the loop.
Patrick Steinhardt committed
-
- 24 Jul, 2016 1 commit
-
-
Edward Thomson committed
-
- 24 Mar, 2016 2 commits
-
-
Edward Thomson committed
-
Iterator tests were split over repo::iterator and diff::iterator, with duplication between the two. Move them to iterator::index, iterator::tree, and iterator::workdir.
Edward Thomson committed
-