aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-util.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-09-25 23:14:00 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-09-25 23:14:00 +0200
commitb1eb91d2068b2ea4b983977412821d4fa9640e4e (patch)
tree3eb3e0da57fc5b290d435353331ce8b188756b4e /tests/test-util.js
parentfcafe9d584797044fc24be1b3fb67da284e0cf17 (diff)
downloadbugzilla-triage-b1eb91d2068b2ea4b983977412821d4fa9640e4e.tar.gz
Massive reformatting to make Eclipse happy
Diffstat (limited to 'tests/test-util.js')
-rw-r--r--tests/test-util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-util.js b/tests/test-util.js
index ee44a0d..9acb54c 100644
--- a/tests/test-util.js
+++ b/tests/test-util.js
@@ -201,7 +201,7 @@ exports.ensureGetParamsFromURL = function (test) {
test.assertEqual(JSON.stringify(util.getParamsFromURL("https://bugzilla.redhat.com/")),
JSON.stringify({}),
"URL without any parameters");
- test.assertRaises(function () {util.getParamsFromURL("")},
+ test.assertRaises(function () {util.getParamsFromURL("");},
"Missing URL value!", "No URL");
};