diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-07 16:48:07 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-07 16:48:07 +0200 |
commit | ad87ad529947e29adbee0dc2016069b71495a609 (patch) | |
tree | 1e92f8a955fb49cdc20747168021a81869071ad4 /tests | |
parent | 2b95e7ae6cb53f987931de8f567870b9e69cdf9a (diff) | |
download | bugzilla-triage-ad87ad529947e29adbee0dc2016069b71495a609.tar.gz |
Adding JEP-10 support.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-util.js b/tests/test-util.js index a9d0e6a..6292e84 100644 --- a/tests/test-util.js +++ b/tests/test-util.js @@ -186,7 +186,7 @@ exports.ensureLoadText = function (test) { // test.waitUntilDone(); // util.loadText(url, function (txt) { // console.log(txt); -// //test.assertEqual(txt, pushkinTestString); +// test.assertEqual(txt, pushkinTestString); // test.done(); // }); // }; |