Changeset 811

Show
Ignore:
Timestamp:
12/16/08 00:36:38 (12 months ago)
Author:
athomason
Message:

Add MaxContentLength plugin

Location:
trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/t/50-plugins.t

    r322 r811  
    66use Perlbal; 
    77 
    8 use Test::More tests => 5; 
     8use Test::More tests => 6; 
    99 
    10 my @plugins = qw(Highpri Palimg Queues Stats Vhosts); 
     10my @plugins = qw(Highpri Palimg Queues Stats Vhosts MaxContentLength); 
    1111 
    1212foreach my $plugin (@plugins) {