Fix link-personas-diff-stores test.
authorJeremy Whiting <jpwhiting@kde.org>
Mon, 25 Jun 2012 19:01:49 +0000 (13:01 -0600)
committerJeremy Whiting <jpwhiting@kde.org>
Mon, 25 Jun 2012 22:00:09 +0000 (16:00 -0600)
Need to use both test and other addressbooks.

tests/eds/link-personas-diff-stores.vala

index bfbecdf..202795b 100644 (file)
@@ -54,6 +54,8 @@ public class LinkPersonasDiffStoresTests : Folks.TestCase
       /* We configure eds as the primary store */
       var config_val = "eds:%s".printf (this._eds_backend.address_book_uid);
       Environment.set_variable ("FOLKS_PRIMARY_STORE", config_val, true);
+      Environment.set_variable ("FOLKS_BACKEND_EDS_USE_ADDRESS_BOOKS",
+                                "test:other", true);
     }
 
   public override void tear_down ()