Changeset 9353 for trunk/Padre-Plugin-wxGlade/t/01_compile.t
- Timestamp:
- 11/30/09 20:25:58 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre-Plugin-wxGlade/t/01_compile.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-wxGlade/t/01_compile.t
r8951 r9353 4 4 use strict; 5 5 use warnings; 6 use Test::More tests => 2;6 use Test::More 0.82 tests => 3; 7 7 8 use_ok( 'Padre::Wx' );9 use_ok( 'Padre::Plugin::wxGlade' );10 8 use_ok( 'Padre::Wx' ); 9 use_ok( 'Padre::Plugin::wxGlade' ); 10 use_ok( 'Padre::Plugin::wxGlade::WXG' );
Note: See TracChangeset
for help on using the changeset viewer.
