aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-util.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-util.js')
-rw-r--r--tests/test-util.js5
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();
// });
// };