GNOME Bugzilla – Bug 640213
Add tests for LinkedHashSet
Last modified: 2011-01-24 23:56:26 UTC
Since we're planning to use LinkedHashSet quite a bit, we should probably add some tests for it.
Created attachment 178993 [details] [review] Basic tests for LinkedHashSet Squashed diff of branch: http://git.collabora.co.uk/?p=user/treitter/folks.git;a=shortlog;h=refs/heads/bgo640213-hash-set-tests =========== These tests aren't exhaustive, but they should cover some of the main uses. We can add new tests as necessary.
Created attachment 179009 [details] [review] Basic tests for LinkedHashSet Squashed diff of branch: http://git.collabora.co.uk/?p=user/treitter/folks.git;a=shortlog;h=refs/heads/bgo640213-hash-set-tests-2 ================ This includes the new test's .stamp file in MAINTAINERCLEANFILES
Review of attachment 179009 [details] [review]: Looks good to me.
commit 797b08434b1d3429cf66eced1dcd8c7d90304e90 Author: Travis Reitter <travis.reitter@collabora.co.uk> Date: Fri Jan 21 11:08:44 2011 -0800 Add some LinkedHashSet tests. Fixes bgo#640213 -- Add tests for LinkedHashSet NEWS | 1 + tests/folks/Makefile.am | 6 + tests/folks/linked-hash-set.vala | 254 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 261 insertions(+), 0 deletions(-)