Changeset 1127 for trunk/UnitTestContrib/test/unit/ExceptionTests.pm
- Timestamp:
- 12/02/08 12:49:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/test/unit/ExceptionTests.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/ExceptionTests.pm
r816 r1127 1 1 package ExceptionTests; 2 use base FoswikiTestCase;2 use base 'FoswikiTestCase'; 3 3 4 4 use strict; … … 6 6 use Error qw( :try ); 7 7 use Foswiki::OopsException; 8 use Foswiki::AccessControlException; 8 9 use Foswiki::UI::Oops; 9 10 … … 64 65 } 65 66 67 # Test for DEPRECATED redirect 66 68 sub test_redirectOopsException { 67 69 my $this = shift;
Note: See TracChangeset
for help on using the changeset viewer.
