Reuse generic Collection and List tests for LinkedList
authorJulien Peeters <contact@julienpeeters.fr>
Sun, 6 Sep 2009 18:47:17 +0000 (20:47 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Sun, 6 Sep 2009 19:59:02 +0000 (21:59 +0200)
commit17f44209e26c38755eb3399b622aedb303ad55f9
tree4707879e15a3309cfdbc22064ad08d9ba27bbd45
parentda29acdbac97708473b0c1ad288993296ac7cc6b
Reuse generic Collection and List tests for LinkedList

LinkedList tests now follow the same way of testing than ArrayList ones.
LinkedList tests inherit from the ListTests.
tests/Makefile.am
tests/testarraylist.vala
tests/testlinkedlist.vala
tests/testmain.vala