[gtk+] tests: Fix stylecontext test that we changed semantics for



commit d82aeb82459ca30959a5f202c528d3ae3d123aa4
Author: Benjamin Otte <otte redhat com>
Date:   Fri Jul 22 15:50:20 2011 +0200

    tests: Fix stylecontext test that we changed semantics for
    
    We don't have different priorities for superclasses anymore.

 gtk/tests/stylecontext.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/tests/stylecontext.c b/gtk/tests/stylecontext.c
index 733e1fd..a3a1e22 100644
--- a/gtk/tests/stylecontext.c
+++ b/gtk/tests/stylecontext.c
@@ -244,8 +244,8 @@ test_match (void)
   g_assert (gdk_rgba_equal (&color, &expected));
 
   data = "* { color: #f00 }\n"
-         "GtkWindow .button { color: #fff }\n"
-         "GObject .button { color: #000 }";
+         "GtkWindow .button { color: #000 }\n"
+         "GObject .button { color: #fff }";
   gtk_css_provider_load_from_data (provider, data, -1, &error);
   g_assert_no_error (error);
   gtk_style_context_invalidate (context);



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