Ignore:
Timestamp:
12/02/08 12:49:15 (3 years ago)
Author:
CrawfordCurrie
Message:

Item139: removed oops redirect for error reports. Fixed status header in HTTP responses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UnitTestContrib/test/unit/ExceptionTests.pm

    r816 r1127  
    11package ExceptionTests; 
    2 use base FoswikiTestCase; 
     2use base 'FoswikiTestCase'; 
    33 
    44use strict; 
     
    66use Error qw( :try ); 
    77use Foswiki::OopsException; 
     8use Foswiki::AccessControlException; 
    89use Foswiki::UI::Oops; 
    910 
     
    6465} 
    6566 
     67# Test for DEPRECATED redirect 
    6668sub test_redirectOopsException { 
    6769    my $this = shift; 
Note: See TracChangeset for help on using the changeset viewer.