[gtk+] More !srcdir fixes for the stylecontext test



commit fae1e7481232741a1957e4d0791d6dd2e5709212
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 6 19:05:18 2010 -0500

    More !srcdir fixes for the stylecontext test

 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 54141ed..69b9510 100644
--- a/gtk/tests/stylecontext.c
+++ b/gtk/tests/stylecontext.c
@@ -219,8 +219,8 @@ test_parse_declarations (void)
     "                                     center center, 0.8,   \n"
     "                                     color-stop (0.0,#fff),\n"
     "                                     color-stop (1.0,#000))}\n",
-    "* { border-image: url (\"test.png\") 3 4 3 4 stretch       }",
-    "* { border-image: url (\"test.png\") 3 4 3 4 repeat stretch}",
+    "* { border-image: url (\"" SRCDIR "/test.png\") 3 4 3 4 stretch       }",
+    "* { border-image: url (\"" SRCDIR "/test.png\") 3 4 3 4 repeat stretch}",
     "* { transition: 150ms ease-in-out                          }",
     "* { transition: 1s linear loop                             }",
     NULL



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