[libgee] Temporarily disable to_array test



commit ae09dc709c030effb319181eabb6d231b291debd
Author: Didier 'Ptitjes <ptitjes free fr>
Date:   Fri Jul 31 18:15:16 2009 +0200

    Temporarily disable to_array test

 tests/testcollection.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testcollection.vala b/tests/testcollection.vala
index 4b18ebb..bbaed2a 100644
--- a/tests/testcollection.vala
+++ b/tests/testcollection.vala
@@ -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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]