Changeset 4179 for lang/perl/HTTP-MobileAgent/trunk
- Timestamp:
- 01/07/08 19:25:51 (5 years ago)
- Location:
- lang/perl/HTTP-MobileAgent/trunk
- Files:
-
- 2 modified
-
lib/HTTP/MobileAgent/NonMobile.pm (modified) (1 diff)
-
t/06_nonmobile.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-MobileAgent/trunk/lib/HTTP/MobileAgent/NonMobile.pm
r204 r4179 25 25 sub carrier_longname { 'NonMobile' } 26 26 27 sub xhtml_compliant { 1 } 27 28 28 29 1; -
lang/perl/HTTP-MobileAgent/trunk/t/06_nonmobile.t
r204 r4179 1 1 use strict; 2 use Test::More tests => 1 476;2 use Test::More tests => 164 * 10; 3 3 use HTTP::MobileAgent; 4 4 … … 16 16 ok $agent->carrier eq 'N'; 17 17 ok $agent->carrier_longname eq 'NonMobile'; 18 ok $agent->xhtml_compliant; 18 19 } 19 20
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)