[gtk+] tests: Remove clientmessage test



commit 9e401bef684197271d5572301c87a9e93e010722
Author: Benjamin Otte <otte redhat com>
Date:   Tue Feb 1 06:25:57 2011 +0100

    tests: Remove clientmessage test
    
    Client messages will not be handled by GDK3 anymore, so no need to test
    them.

 tests/Makefile.am         |    3 -
 tests/testclientmessage.c |  122 ---------------------------------------------
 2 files changed, 0 insertions(+), 125 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5364298..335e33e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -40,7 +40,6 @@ noinst_PROGRAMS =  $(TEST_PROGS)	\
 	testcombo			\
 	testcombochange			\
 	testcellrenderertext		\
-	testclientmessage		\
 	testdnd				\
 	testellipsise			\
 	testentrycompletion 		\
@@ -139,7 +138,6 @@ testcalendar_DEPENDENCIES = $(TEST_DEPS)
 testcombo_DEPENDENCIES = $(TEST_DEPS)
 testcombochange_DEPENDENCIES = $(TEST_DEPS)
 testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
-testclientmessage_DEPENDENCIES = $(TEST_DEPS)
 testdnd_DEPENDENCIES = $(TEST_DEPS)
 testellipsise_DEPENDENCIES = $(TEST_DEPS)
 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
@@ -215,7 +213,6 @@ testcalendar_LDADD = $(LDADDS)
 testcombo_LDADD = $(LDADDS)
 testcombochange_LDADD = $(LDADDS)
 testcellrenderertext_LDADD = $(LDADDS)
-testclientmessage_LDADD = $(LDADDS)
 testdnd_LDADD = $(LDADDS)
 testellipsise_LDADD = $(LDADDS)
 testentrycompletion_LDADD = $(LDADDS)



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