Changeset 869
- Timestamp:
- 11/10/08 12:27:19 (3 years ago)
- File:
-
- 1 edited
-
trunk/t/82-plugin-manager.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/82-plugin-manager.t
r842 r869 26 26 27 27 # check if we have the plugins that come with Padre 28 is (keys %{$plugin_m1->plugins}, 1);28 cmp_ok (keys %{$plugin_m1->plugins}, '>=', 1); 29 29 is $plugin_m1->plugins->{'Development::Tools'}, 'Padre::Plugin::Development::Tools'; 30 30 … … 41 41 42 42 $plugin_m2->_load_plugins_from_inc(); 43 is(keys %{$plugin_m2->plugins}, 3, 'correct number of test plugins') 43 # cannot compare with the exact numbers as there might be plugins already installed 44 cmp_ok (keys %{$plugin_m2->plugins}, '>=', 3, 'at least 3 plugins') 44 45 or diag(Dumper(\$plugin_m2->plugins)); 45 46
Note: See TracChangeset
for help on using the changeset viewer.
