[libgames-support] tests: Fix directory name



commit 95434759e49b79dec41b9695e674270d2e25914c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Feb 13 18:41:34 2016 -0600

    tests: Fix directory name

 tests/test-scores.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-scores.vala b/tests/test-scores.vala
index 7346da1..282b954 100644
--- a/tests/test-scores.vala
+++ b/tests/test-scores.vala
@@ -45,7 +45,7 @@ private void add_score_sync (Context context, int score, Category category) {
 
 private void create_scores ()
 {
-    Context context = new Context ("libgames-scores-test", "Games Type", null, category_request, 
Style.PLAIN_DESCENDING);
+    Context context = new Context ("libgames-support-test", "Games Type", null, category_request, 
Style.PLAIN_DESCENDING);
     Category cat = new Category ("cat1", "cat1");
     add_score_sync (context, 101, cat);
     add_score_sync (context, 102, cat);


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