Skip to content

Commit

Permalink
FBTest: point test harness to a new DB
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Oct 14, 2013
1 parent 61dc3eb commit 7b9215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FBTest/defaults/preferences/prefs.js
Expand Up @@ -36,4 +36,4 @@ pref("extensions.firebug.key.shortcut.openTestConsole", "shift t");
// Due to "Mixed Content Blocking" feature introduced in Firefox 23 the
// database XHR must use https (since perch on getfirebug.com uses https).
pref("extensions.fbtest.databaseURL", "https://firebug.iriscouch.com/"); // Must end with slash
pref("extensions.fbtest.databaseName", "firebug2"); // Must *not* end with slash
pref("extensions.fbtest.databaseName", "firebug4"); // Must *not* end with slash

0 comments on commit 7b9215d

Please sign in to comment.