gobject-introspection r411 - trunk/tests/scanner



Author: johan
Date: Wed Aug 20 12:36:59 2008
New Revision: 411
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=411&view=rev

Log:
Re-run against new glib/gobject girs

Modified:
   trunk/tests/scanner/Makefile.am
   trunk/tests/scanner/annotation-expected.gir

Modified: trunk/tests/scanner/Makefile.am
==============================================================================
--- trunk/tests/scanner/Makefile.am	(original)
+++ trunk/tests/scanner/Makefile.am	Wed Aug 20 12:36:59 2008
@@ -86,12 +86,17 @@
 	fi
 	@echo "Running scanner checks..."
 
-check-local: pre-check check-utility.gir check-annotation.gir check-drawable.gir check-foo.gir
-	@echo "======================="
-	@echo "All parser tests passed"
-	@echo "======================="
+post-check:
+	@echo "========================"
+	@echo "All scanner tests passed"
+	@echo "========================"
 	@if test "$(top_builddir)" != "$(top_srcdir)"; then \
 	   rm -f $(top_builddir)/giscanner/*.py*; \
 	fi
 
+check-local: pre-check
+check-local: check-utility.gir check-annotation.gir 
+check-local: check-drawable.gir check-foo.gir
+check-local: post-check
+
 .PHONY: annotation.gir drawable.gir foo.gir utility.gir 

Modified: trunk/tests/scanner/annotation-expected.gir
==============================================================================
--- trunk/tests/scanner/annotation-expected.gir	(original)
+++ trunk/tests/scanner/annotation-expected.gir	Wed Aug 20 12:36:59 2008
@@ -10,7 +10,7 @@
     </record>
     <record name="AnnotationObjectClass" c:type="AnnotationObjectClass">
       <field name="parent_class">
-        <type name="GObjectClass" c:type="GObjectClass"/>
+        <type name="GObject.Class" c:type="GObjectClass"/>
       </field>
     </record>
     <function name="annotation_object_method"



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