Changeset 4207


Ignore:
Timestamp:
04/28/09 09:28:01 (3 years ago)
Author:
jquelin
Message:

testing preferences dialog loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-SpellCheck/t/0-load.t

    r4021 r4207  
    1111use warnings; 
    1212 
    13 use Test::More tests => 3; 
     13use Test::More tests => 4; 
    1414 
    1515BEGIN { 
     
    1717    use_ok( 'Padre::Plugin::SpellCheck::Dialog' ); 
    1818    use_ok( 'Padre::Plugin::SpellCheck::Engine' ); 
     19    use_ok( 'Padre::Plugin::SpellCheck::Preferences' ); 
    1920} 
    2021 
Note: See TracChangeset for help on using the changeset viewer.