Add tests for ReadOnlyCollection and ReadOnlyList
authorTomaž Vajngerl <quikee@gmail.com>
Sun, 6 Sep 2009 20:37:00 +0000 (22:37 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Sun, 6 Sep 2009 22:06:00 +0000 (00:06 +0200)
commit3b54e65639552d6d210893a817cdddddef7c77d8
tree0e6d0babf2d794806b6cc494ca149d8292d5cef2
parent0bcddda2f1f00f609ee1916a4acbda15cded167c
Add tests for ReadOnlyCollection and ReadOnlyList

Fixes part of bug 590677.

Contains missing tests for ReadOnlyCollection and ReadOnlyList following
the new tests implementation.
tests/Makefile.am
tests/testmain.vala
tests/testreadonlycollection.vala [new file with mode: 0644]
tests/testreadonlylist.vala [new file with mode: 0644]