Index: test/stub-modules/prefs.js |
=================================================================== |
--- a/test/stub-modules/prefs.js |
+++ b/test/stub-modules/prefs.js |
@@ -1,3 +1,6 @@ |
exports.Prefs = { |
- savestats: true |
+ savestats: true, |
+ subscriptions_autoupdate: true, |
+ subscriptions_fallbackerrors: 5, |
+ subscriptions_fallbackurl: "" |
}; |