[gxml] * silence debugging noise
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] * silence debugging noise
- Date: Fri, 30 Sep 2011 00:27:01 +0000 (UTC)
commit c0f4142e35c9e0b202f32bee05731ae67799f56c
Author: Richard Schwarting <aquarichy gmail com>
Date: Thu Sep 29 20:13:52 2011 -0400
* silence debugging noise
test/ElementTest.vala | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/test/ElementTest.vala b/test/ElementTest.vala
index 13538e3..dfba309 100644
--- a/test/ElementTest.vala
+++ b/test/ElementTest.vala
@@ -68,17 +68,17 @@ class ElementTest : GXmlTest {
XNode root = doc.document_element;
XNode node = root.child_nodes.item (0);
- root.dbg_inspect ();
- node.dbg_inspect ();
- node.child_nodes.item (0).dbg_inspect ();
+ // root.dbg_inspect ();
+ // node.dbg_inspect ();
+ // node.child_nodes.item (0).dbg_inspect ();
assert (node.namespace_uri == "http://hogwarts.co.uk/magic");
// TODO: remove below
- message ("going to show attributes on node %s", node.node_name);
- foreach (Attr attr in node.attributes.get_values ()) {
- message ("attrkey: %s, value: %s", attr.node_name, attr.node_value);
- }
+ // message ("going to show attributes on node %s", node.node_name);
+ // foreach (Attr attr in node.attributes.get_values ()) {
+ // message ("attrkey: %s, value: %s", attr.node_name, attr.node_value);
+ // }
} catch (GXml.Dom.DomError e) {
GLib.warning ("%s", e.message);
assert (false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]