Test the previous fix
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Jun 2011 02:38:11 +0000 (22:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Jun 2011 02:38:11 +0000 (22:38 -0400)
Just make one of the existing GApplication test cases use
a dash in the id.

gio/tests/gapplication.c

index ac00226..be6dd94 100644 (file)
@@ -240,7 +240,7 @@ make_app (gboolean non_unique)
   GApplication *app;
   gboolean ok;
 
-  app = g_application_new ("org.gtk.TestApplication",
+  app = g_application_new ("org.gtk.Test-Application",
                            non_unique ? G_APPLICATION_NON_UNIQUE : 0);
   g_signal_connect (app, "activate", G_CALLBACK (nonunique_activate), NULL);
   ok = g_application_register (app, NULL, NULL);