aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-12 10:14:00 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-12 10:14:00 +0200
commit8915ed6b738fd605ab15798784c0c688b107855b (patch)
tree07744f4fab2710511f4114cdb9e638ed53eafd8e /tests
parentb7d1189321fdcaee248d59573e53fdf2a6a2d1d9 (diff)
downloadbugzilla-triage-8915ed6b738fd605ab15798784c0c688b107855b.tar.gz
Even more simplification
Diffstat (limited to 'tests')
-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 70f5218..98bd435 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");