Temporarily disable to_array test
authorDidier 'Ptitjes <ptitjes@free.fr>
Fri, 31 Jul 2009 16:15:16 +0000 (18:15 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Fri, 31 Jul 2009 16:15:16 +0000 (18:15 +0200)
tests/testcollection.vala

index 4b18ebb..bbaed2a 100644 (file)
@@ -28,7 +28,7 @@ public abstract class CollectionTests : TestFixture {
 
        public CollectionTests (string name) {
                base(name);
-               add_test ("Collection.to_array ", test_to_array);
+               //add_test ("Collection.to_array ", test_to_array);
        }
 
        protected Collection<int> int_collection;