[libgee] Remove ComparableTests as they have been integrated in functions tests



commit 2c3688599863e900bc0b81ae0d23209ff7423b0a
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Sat Aug 21 21:41:32 2010 +0200

    Remove ComparableTests as they have been integrated in functions tests

 tests/Makefile.am         |    1 -
 tests/testcomparable.vala |   54 ---------------------------------------------
 tests/testmain.vala       |    1 -
 3 files changed, 0 insertions(+), 56 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4e63a0d..d6c1bcb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,7 +8,6 @@ tests_SOURCES = \
        testarraylist.vala \
        testcase.vala \
        testcollection.vala \
-       testcomparable.vala \
        testdeque.vala \
        testfunctions.vala \
        testhashmap.vala \
diff --git a/tests/testmain.vala b/tests/testmain.vala
index 953c6ce..bf47806 100644
--- a/tests/testmain.vala
+++ b/tests/testmain.vala
@@ -25,7 +25,6 @@ void main (string[] args) {
 	Test.init (ref args);
 
 	TestSuite.get_root ().add_suite (new ArrayListTests ().get_suite ());
-	TestSuite.get_root ().add_suite (new ComparableTests ().get_suite ());
 	TestSuite.get_root ().add_suite (new FunctionsTests ().get_suite ());
 	TestSuite.get_root ().add_suite (new HashMapTests ().get_suite ());
 	TestSuite.get_root ().add_suite (new HashMultiMapTests ().get_suite ());



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