[glom] Temporarily disable test_document_load



commit 208212e892499ef41b54aef9241186c173a8ce6b
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Apr 26 16:37:54 2010 +0200

    Temporarily disable test_document_load
    
    * Makefile_tests.am (check_PROGRAMS), (TESTS): Temporarily remove
    test_document_load, because the corresponding source file is currently
    missing from the repository.

 ChangeLog         |    8 ++++++++
 Makefile_tests.am |    9 +++++----
 2 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 14f3f42..14aeda8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-04-26  Daniel Elstner  <danielk openismus com>
 
+	Temporarily disable test_document_load
+
+	* Makefile_tests.am (check_PROGRAMS), (TESTS): Temporarily remove
+	test_document_load, because the corresponding source file is currently
+	missing from the repository.
+
+2010-04-26  Daniel Elstner  <danielk openismus com>
+
 	Enable maintainer-mode build in autogen.sh
 
 	* autogen.sh: Run configure with --enable-maintainer-mode since the
diff --git a/Makefile_tests.am b/Makefile_tests.am
index 0beda70..ce52e79 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -21,7 +21,6 @@ check_PROGRAMS =						\
 	glom/libglom/test_sharedptr_layoutitem			\
 	glom/utility_widgets/test_flowtable			\
 	glom/test_pyembed					\
-	tests/test_document_load/test_document_load			\
 	tests/test_parsing_time			\
 	tests/test_signal_reemit			\
 	tests/test_load_python_library\
@@ -35,8 +34,10 @@ check_PROGRAMS =						\
 	tests/glade_toplevels_instantiation \
 	tests/test_selfhosting_new_empty/test_selfhosting_new_empty
 
-TESTS =	tests/test_document_load/test_document_load	\
-	tests/test_parsing_time	\
+# Source file missing:
+#	tests/test_document_load/test_document_load
+
+TESTS =	tests/test_parsing_time	\
 	tests/test_signal_reemit \
 	tests/test_dtd_file_validation.sh \
 	tests/test_glade_file_validation.sh \
@@ -69,7 +70,7 @@ glom_libglom_example_document_load_SOURCES = glom/libglom/example_document_load.
 glom_libglom_test_sharedptr_layoutitem_SOURCES = glom/libglom/test_sharedptr_layoutitem.cc
 glom_test_pyembed_SOURCES = glom/test_pyembed.cc
 
-tests_test_document_load_test_document_load_SOURCES = tests/test_document_load/test_document_load.cc
+#tests_test_document_load_test_document_load_SOURCES = tests/test_document_load/test_document_load.cc
 tests_test_parsing_time_SOURCES = tests/test_parsing_time.cc
 tests_test_signal_reemit_SOURCES = tests/test_signal_reemit.cc
 tests_test_load_python_library_SOURCES = tests/test_load_python_library.cc



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