Update test plan, missed in previous.

master
Amitai Schlair 2012-02-01 22:08:21 -05:00
parent f29c12422e
commit a65512ad18
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
use warnings;
use strict;
use Test::More; my $total_tests = 41;
use Test::More; my $total_tests = 42;
use IkiWiki;
my $default_test_methods = '^test_*';