Changeset 21611 for lang/perl/Net-CIDR-MobileJP
- Timestamp:
- 10/19/08 13:50:42 (5 years ago)
- Location:
- lang/perl/Net-CIDR-MobileJP/trunk/t
- Files:
-
- 2 modified
-
02.yaml-pp.t (modified) (1 diff)
-
03.yaml-syck.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Net-CIDR-MobileJP/trunk/t/02.yaml-pp.t
r17904 r21611 6 6 use t::Utils; 7 7 8 # plan skip_all => 'this test requires YAML::Syck' unless $INC{'YAML/Syck.pm'}; 8 9 plan tests => 3; 9 10 10 is $INC{'YAML/Syck.pm'}, 't/testlib/YAML/Syck.pm';11 11 ok $INC{'YAML.pm'}; 12 is $Net::CIDR::MobileJP::yaml_loader, \&YAML::LoadFile; 12 13 t::Utils->check(); 13 14 -
lang/perl/Net-CIDR-MobileJP/trunk/t/03.yaml-syck.t
r17904 r21611 7 7 eval "use YAML::Syck"; 8 8 plan skip_all => "missing YAML::Syck" if $@; 9 plan tests => 3;9 plan tests => 4; 10 10 11 11 ok $INC{'YAML/Syck.pm'}; 12 12 ok !$INC{'YAML.pm'}; 13 is $Net::CIDR::MobileJP::yaml_loader, \&YAML::Syck::LoadFile; 13 14 t::Utils->check(); 14 15
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)