[gir-repository] gir: re-enable xpath tests



commit a275fb99c8329edf04b1b8860598089d33db6d30
Author: Tommi Komulainen <tko litl com>
Date:   Mon Jun 8 14:33:28 2009 +0100

    gir: re-enable xpath tests
    
    Was lost in 3793e95b32e7e5e6e32a96dc7581d43518557b20
    
    Fix dash vs. underscore enum name mismatch in Gtk to pass make check
    again
    
    http://bugzilla.gnome.org/show_bug.cgi?id=585150
---
 gir/Gtk-2.0.xpath |    2 +-
 gir/Makefile.am   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gir/Gtk-2.0.xpath b/gir/Gtk-2.0.xpath
index 8d03aec..d55ac12 100644
--- a/gir/Gtk-2.0.xpath
+++ b/gir/Gtk-2.0.xpath
@@ -1,5 +1,5 @@
 /namespace/class[ name='Window']/constructor[ name='new']/return-value/type[ name='Window']
-/namespace/enumeration[ name='TreeViewDropPosition']/member[ name='into-or-before']
+/namespace/enumeration[ name='TreeViewDropPosition']/member[ name='into_or_before']
 /namespace/bitfield[ name='AttachOptions']/member[ name='expand']
 /namespace/class[ name='Object']/method[ name='weakref']/parameters/parameter[ name='notify']
 /namespace/class[ name='TextView']/method[ name='get_buffer']/return-value/type[ name='TextBuffer']
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 07adaff..cc7fdd1 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -971,4 +971,4 @@ vpath %.gir $(builddir):$(srcdir)
 
 CLEANFILES += $(BUILT_GIRSOURCES) $(TGIRS)
 
-check-local: $(TGIRS)
+check-local: $(TGIRS) $(XPATH_TESTS:.xpath=.xpath.test)



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