From 04b15cdbbf01f7d2d825a0a5dd5d4ce1c1600ad1 Mon Sep 17 00:00:00 2001 From: pate Date: Thu, 25 Apr 2002 14:48:12 +0000 Subject: [PATCH] quick fixup to tests --- koha.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha.t b/koha.t index a908d15ad0..69fe981aca 100644 --- a/koha.t +++ b/koha.t @@ -19,22 +19,22 @@ if ($date eq $newdate) { # # Check that &fixEthnicity returns correct values # -if ('Maori' eq fixEthnicity('maori') { +if ('Maori' eq fixEthnicity('maori')) { print "ok 3\n"; } else { print "not ok 3\n"; } -if ('European/Pakeha' eq fixEthnicity('european') { +if ('European/Pakeha' eq fixEthnicity('european')) { print "ok 4\n"; } else { print "not ok 4\n"; } -if ('Pacific Islander' eq fixEthnicity('pi') { +if ('Pacific Islander' eq fixEthnicity('pi')) { print "ok 5\n"; } else { print "not ok 5\n"; } -if ('Asian' eq fixEthnicity('asian') { +if ('Asian' eq fixEthnicity('asian')) { print "ok 6\n"; } else { print "not ok 6\n"; -- 2.39.2