[gxml] * comment out a test until we can figure out how libxml2 is handling DTDs



commit e937c8bb988b116eaa0ef064a18218e99994c42f
Author: Richard Schwarting <aquarichy gmail com>
Date:   Thu Jul 21 14:43:41 2011 -0400

    * comment out a test until we can figure out how libxml2 is handling DTDs

 test/DocumentTest.vala |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/test/DocumentTest.vala b/test/DocumentTest.vala
index f1a488c..a4d4dd8 100644
--- a/test/DocumentTest.vala
+++ b/test/DocumentTest.vala
@@ -9,14 +9,16 @@ using GXml.Dom;
 class DocumentTest : GXmlTest {
 	public static void add_tests () {
 		Test.add_func ("/gxml/document/doctype", () => {
+				// STUB
+				/*
 				Document doc = new Document.for_path ("/tmp/dtdtest2.xml");
 				// Document doc = get_doc ();
 				DocumentType type = doc.doctype;
 				HashTable<string,Entity> entities = type.entities;
 				assert (false);
 				// TODO: need to find an example file with a DTD that actually sets entities, annotations
-
 				// TODO: fill in
+				*/
 			});
 		Test.add_func ("/gxml/document/implementation", () => {
 				// TODO: fill in



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