diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-12 10:14:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-12 10:14:00 +0200 |
commit | 8915ed6b738fd605ab15798784c0c688b107855b (patch) | |
tree | 07744f4fab2710511f4114cdb9e638ed53eafd8e /tests | |
parent | b7d1189321fdcaee248d59573e53fdf2a6a2d1d9 (diff) | |
download | bugzilla-triage-8915ed6b738fd605ab15798784c0c688b107855b.tar.gz |
Even more simplification
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 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"); |