From: Graham B. <gb...@us...> - 2002-08-19 23:53:39
|
Update of /cvsroot/perl-ldap/asn/t In directory usw-pr-cvs1:/tmp/cvs-serv7442/t Modified Files: 10choice.t Log Message: Fix test count Index: 10choice.t =================================================================== RCS file: /cvsroot/perl-ldap/asn/t/10choice.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- 10choice.t 19 Aug 2002 23:51:38 -0000 1.2 +++ 10choice.t 19 Aug 2002 23:53:37 -0000 1.3 @@ -7,7 +7,7 @@ use Convert::ASN1; BEGIN { require 't/funcs.pl' } -print "1..7\n"; +print "1..10\n"; btest 1, $asn = Convert::ASN1->new; btest 2, $asn->prepare( <<'[TheEnd]' ) or warn $asn->error; |