[libbonobo] Remove test-generic-factory from test set



commit de76ef169c8d4a3d6dfdfecaad85920ddf3d7c63
Author: Christian Persch <chpe gnome org>
Date:   Wed Aug 18 19:40:39 2010 +0200

    Remove test-generic-factory from test set
    
    It's broken; see bug #550456 comment 2.

 tests/Makefile.am |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e051629..0cae4eb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,11 +9,13 @@ check_PROGRAMS =		\
 	test-object		\
 	test-stream-mem		\
 	test-storage-mem	\
-	test-generic-factory	\
 	test-main-loop		\
 	generic-factory		\
 	test-uniqapp
 
+#check_PROGRAMS += \
+#        test-generic-factory
+
 INCLUDES =	\
         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 	-I$(top_srcdir) 				\
@@ -54,6 +56,9 @@ TESTS_ENVIRONMENT =					\
 
 TESTS = test-moniker$(EXEEXT) test-event-source$(EXEEXT) test-object$(EXEEXT) \
 	test-stream-mem$(EXEEXT) $(srcdir)/test-properties.sh test-storage-mem$(EXEEXT) \
-	test-generic-factory.sh test-main-loop$(EXEEXT)
+	test-main-loop$(EXEEXT)
+
+# TESTS += test-generic-factory.sh
+
 check_SCRIPTS = test-properties.sh test-generic-factory.sh
-EXTRA_DIST=$(check_SCRIPTS) Test_Generic_Factory.server
+EXTRA_DIST=$(check_SCRIPTS) Test_Generic_Factory.server test-generic-factory.sh



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