Changeset 322
- Timestamp:
- Jun 6, 2006, 11:22:14 AM (14 years ago)
- Location:
- wiki-toolkit/trunk/t
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/t/150_plugins.t
r226 r322 14 14 SKIP: { 15 15 eval { require Test::MockObject; }; 16 skip "Test::MockObject not installed", 9if $@;16 skip "Test::MockObject not installed", 28 if $@; 17 17 18 18 my $null_plugin = Test::MockObject->new; -
wiki-toolkit/trunk/t/152_pre_plugin_approval.t
r302 r322 14 14 SKIP: { 15 15 eval { require Test::MockObject; }; 16 skip "Test::MockObject not installed", 9if $@;16 skip "Test::MockObject not installed", 12 if $@; 17 17 18 18 my $null_plugin = Test::MockObject->new;
Note: See TracChangeset
for help on using the changeset viewer.