Changeset 439 for plgtkimageview/t
- Timestamp:
- 12/21/07 19:35:38 (5 years ago)
- Files:
-
- plgtkimageview/t/imagescrollwin.t (added)
- plgtkimageview/t/imagetooldragger.t (added)
- plgtkimageview/t/imagetoolselector.t (added)
- plgtkimageview/t/imageview.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plgtkimageview/t/imageview.t
r433 r439 6 6 # change 'tests => 1' to 'tests => last_test_to_print'; 7 7 8 use Test::More tests => 1 3;8 use Test::More tests => 14; 9 9 10 10 BEGIN { … … 18 18 # Insert your test code below, the Test::More module is use()ed here so read 19 19 # its man page ( perldoc Test::More ) for help writing this test script. 20 21 my $version = $Gtk2::ImageView::VERSION; 22 ok(defined $version, "bindings version $version"); 20 23 21 24 my $imageview = Gtk2::ImageView->new;
