summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2012-08-18 19:53:44 -0700
committerMaciej Piechotka <uzytkownik2@gmail.com>2012-08-18 19:53:44 -0700
commitde1736192e25f062aac7d51c111d20a64c58668c (patch)
tree132e7b616d990b6c1714a7c67939e05411a0752c /tests
parenta35285be43db62924dff0ef8f6441bc411c2dd26 (diff)
downloadlibgee-de1736192e25f062aac7d51c111d20a64c58668c.tar.gz
Move stream_impl to Traversable
Diffstat (limited to 'tests')
-rw-r--r--tests/testcollection.vala5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testcollection.vala b/tests/testcollection.vala
index 0794369..bf90eaf 100644
--- a/tests/testcollection.vala
+++ b/tests/testcollection.vala
@@ -739,11 +739,6 @@ public abstract class CollectionTests : Gee.TestCase {
assert (test_collection != null);
Value value;
- value = Value (typeof (Type));
- test_collection.get_property ("element-type", ref value);
- assert (value.get_gtype () == test_collection.element_type);
- value.unset ();
-
value = Value (typeof (int));
test_collection.get_property ("size", ref value);
assert (value.get_int () == test_collection.size);