[glib] Fix gschema-compile tests for --schema-files changes



commit e63a1a3d6e6ce4aa8dd7fb65ccaac0b989de12d9
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Apr 21 15:02:50 2010 +0100

    Fix gschema-compile tests for --schema-files changes

 gio/tests/gschema-compile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/gschema-compile.c b/gio/tests/gschema-compile.c
index 95d5226..56c2555 100644
--- a/gio/tests/gschema-compile.c
+++ b/gio/tests/gschema-compile.c
@@ -23,7 +23,7 @@ test_schema (gpointer data)
       gchar *argv[] = {
         "../gschema-compile",
         "--dry-run",
-        "--one-schema-file", path,
+        "--schema-files", path,
         (gchar *)test->opt,
         NULL
       };



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