diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-17 18:03:54 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-17 18:03:54 +0200 |
commit | 620ca44cfa360d6e100215619acab8ae1eb10f34 (patch) | |
tree | 22f427b0d6167b3f4bf8656449cb398e023415bb /tests | |
parent | 11effccf63dd2f50db54583a4047bcd13247e1a4 (diff) | |
parent | 21374b14830837fe525046c1a77a4b61f31df6fa (diff) | |
download | bugzilla-triage-620ca44cfa360d6e100215619acab8ae1eb10f34.tar.gz |
Merge OOPtesting branch
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-util.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test-util.js b/tests/test-util.js index 98bd435..6292e84 100644 --- a/tests/test-util.js +++ b/tests/test-util.js @@ -41,7 +41,7 @@ exports.ensureHeir = function (test) { // http://en.wikipedia.org/wiki/Deirdre :) fedlimid = new Father("mac Daill"); naoise = new Son("Usnech", "Deirdre"); - + test.assertEqual(fedlimid.getFamily(), "mac Daill", "checking creation of new simple object"); @@ -185,7 +185,8 @@ exports.ensureLoadText = function (test) { // var url = "http://matej.ceplovi.cz/progs/data/pushkin.txt", text = ""; // test.waitUntilDone(); // util.loadText(url, function (txt) { -// //test.assertEqual(txt, pushkinTestString); +// console.log(txt); +// test.assertEqual(txt, pushkinTestString); // test.done(); // }); // }; |