diff options
author | David Lawrence <dkl@mozilla.com> | 2015-06-28 02:31:07 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-06-28 02:31:07 +0200 |
commit | 48f8317bc1fd32523d2ac95f7d51d1299f99e566 (patch) | |
tree | a924c557a3e1407a891efcbad48c8b99fad3dbdd /qa | |
parent | 8ee433457c3093e0c49916f22341b22bb140199f (diff) | |
download | bugzilla-48f8317bc1fd32523d2ac95f7d51d1299f99e566.tar.gz bugzilla-48f8317bc1fd32523d2ac95f7d51d1299f99e566.tar.xz |
Bug 1144485 - Adapt upstream Selenium test suite to BMO
- Erroneous bug id in selenium_test.conf. Needs to be 'bmo' instead.
Diffstat (limited to 'qa')
-rw-r--r-- | qa/config/selenium_test.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/config/selenium_test.conf b/qa/config/selenium_test.conf index 896d332e9..191cf03cc 100644 --- a/qa/config/selenium_test.conf +++ b/qa/config/selenium_test.conf @@ -16,9 +16,9 @@ 'host' => 'localhost', 'port' => 4444, 'browser_url' => 'http://localhost', - 'attachment_file' => '/home/bugzilla/devel/htdocs/1144485/qa/config/patch.diff', + 'attachment_file' => '/home/bugzilla/devel/htdocs/bmo/qa/config/patch.diff', 'bugzilla_installation' => '1144485', - 'bugzilla_path' => '/home/bugzilla/devel/htdocs/1144485', + 'bugzilla_path' => '/home/bugzilla/devel/htdocs/bmo', 'test_bug_1' => 1, 'test_bug_2' => 2, 'admin_user_login' => 'admin@mozilla.test', |