From 48f8317bc1fd32523d2ac95f7d51d1299f99e566 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Sun, 28 Jun 2015 00:31:07 +0000 Subject: Bug 1144485 - Adapt upstream Selenium test suite to BMO - Erroneous bug id in selenium_test.conf. Needs to be 'bmo' instead. --- qa/config/selenium_test.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qa/config/selenium_test.conf') 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', -- cgit v1.2.3-24-g4f1b