[libdazzle] tests: fix unit test



commit 3c3e76919478d00fc0a8e1c9737f5c1c5fc31aae
Author: Christian Hergert <chergert redhat com>
Date:   Tue Apr 23 15:47:32 2019 -0700

    tests: fix unit test

 tests/test-pattern-spec.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/test-pattern-spec.c b/tests/test-pattern-spec.c
index a08f014..a69e7b6 100644
--- a/tests/test-pattern-spec.c
+++ b/tests/test-pattern-spec.c
@@ -34,7 +34,8 @@ test_basic (void)
     { "dzlpattern", "dzl_pattern_spec", FALSE },
     { "dzl pattern", "dzl_pattern_spec", TRUE },
     { "org", "org.freedesktop.DBus", TRUE },
-    { "org Db", "org.freedesktop.DBus", TRUE },
+    { "org Db", "org.freedesktop.DBus", FALSE },
+    { "org DB", "org.freedesktop.DBus", TRUE },
   };
 
   for (guint i = 0; i < G_N_ELEMENTS (tests); i++)


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