Searched refs:testid (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Codes/t/
H A Dcountry.t119 $testid = 1;
122 eval "print (($test->[0]) ? \"ok $testid\\n\" : \"not ok $testid\\n\" )";
127 print "not ok $testid\n";
131 print "ok $testid\n";
134 ++$testid;
H A Dscript.t88 $testid = 1;
91 eval "print (($test->[0]) ? \"ok $testid\\n\" : \"not ok $testid\\n\" )";
96 print "not ok $testid\n";
100 print "ok $testid\n";
103 ++$testid;
H A Dcurrency.t77 $testid = 1;
80 eval "print (($test) ? \"ok $testid\\n\" : \"not ok $testid\\n\" )";
81 print "not ok $testid\n" if $@;
82 ++$testid;
H A Dlanguages.t102 $testid = 1;
105 eval "print (($test) ? \"ok $testid\\n\" : \"not ok $testid\\n\" )";
106 print "not ok $testid\n" if $@;
107 ++$testid;
H A Drename.t71 $testid = 1;
74 eval "print (($test) ? \"ok $testid\\n\" : \"not ok $testid\\n\" )";
75 print "not ok $testid\n" if $@;
76 ++$testid;
H A Duk.t62 $testid = 1;
65 eval "print (($test) ? \"ok $testid\\n\" : \"not ok $testid\\n\" )";
66 print "not ok $testid\n" if $@;
67 ++$testid;

Completed in 16 milliseconds