Changeset 16087 for lang/perl/Google-Chart
- Timestamp:
- 07/22/08 18:37:15 (5 years ago)
- Location:
- lang/perl/Google-Chart/branches/moose
- Files:
-
- 2 added
- 3 modified
-
lib/Google/Chart.pm (modified) (1 diff)
-
lib/Google/Chart/Label.pm (modified) (1 diff)
-
lib/Google/Chart/Type/Bar.pm (added)
-
t/50_line.t (modified) (3 diffs)
-
t/51_bar.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Google-Chart/branches/moose/lib/Google/Chart.pm
r16082 r16087 51 51 ); 52 52 53 __PACKAGE__->meta->make_immutable; 54 53 55 no Moose; 54 56 -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Label.pm
r16082 r16087 5 5 6 6 no Moose; 7 8 1; -
lang/perl/Google-Chart/branches/moose/t/50_line.t
r16085 r16087 1 1 use strict; 2 use Test::More (tests => 50);2 use Test::More (tests => 10); 3 3 use Test::Exception; 4 4 … … 20 20 isa_ok( $chart->type, "Google::Chart::Type::Line" ); 21 21 22 is( $chart->size->width, 200 );22 is( $chart->size->width, 400 ); 23 23 is( $chart->size->height, 300 ); 24 24 … … 27 27 my %h = $uri->query_form; 28 28 is( $h{cht}, "lc" ); 29 is( $h{chs}, " 200x300" );29 is( $h{chs}, "400x300" ); 30 30 31 31 my $filename = 't/foo.png';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)