CVS: koha koha.t,1.1.2.1,1.1.2.2
Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv19015 Modified Files: Tag: rel-1-2 koha.t Log Message: quick fixup to tests Index: koha.t =================================================================== RCS file: /cvsroot/koha/koha/koha.t,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** koha.t 25 Apr 2002 13:58:09 -0000 1.1.2.1 --- koha.t 25 Apr 2002 14:48:12 -0000 1.1.2.2 *************** *** 20,39 **** # Check that &fixEthnicity returns correct values # ! if ('Maori' eq fixEthnicity('maori') { print "ok 3\n"; } else { print "not ok 3\n"; } ! if ('European/Pakeha' eq fixEthnicity('european') { print "ok 4\n"; } else { print "not ok 4\n"; } ! if ('Pacific Islander' eq fixEthnicity('pi') { print "ok 5\n"; } else { print "not ok 5\n"; } ! if ('Asian' eq fixEthnicity('asian') { print "ok 6\n"; } else { --- 20,39 ---- # Check that &fixEthnicity returns correct values # ! if ('Maori' eq fixEthnicity('maori')) { print "ok 3\n"; } else { print "not ok 3\n"; } ! if ('European/Pakeha' eq fixEthnicity('european')) { print "ok 4\n"; } else { print "not ok 4\n"; } ! if ('Pacific Islander' eq fixEthnicity('pi')) { print "ok 5\n"; } else { print "not ok 5\n"; } ! if ('Asian' eq fixEthnicity('asian')) { print "ok 6\n"; } else {
participants (1)
-
Pat Eyler