Skip to content

Commit

Permalink
Item13928: Fix issue 5. Use FoswikiFnTestCase
Browse files Browse the repository at this point in the history
It defines more users, and test still seems to pass.
  • Loading branch information
gac410 committed Apr 28, 2016
1 parent 10ad2be commit fa97bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTestContrib/test/unit/InitFormTests.pm
Expand Up @@ -30,8 +30,8 @@ The testcases below assume that the correct interpretation is the one used in Ed
=cut

use FoswikiTestCase();
our @ISA = qw( FoswikiTestCase );
use FoswikiFnTestCase();
our @ISA = qw( FoswikiFnTestCase );
use Error qw( :try );

use Foswiki::UI::Edit();
Expand Down

0 comments on commit fa97bb1

Please sign in to comment.