proper dataform test fix

This commit is contained in:
Graham Knop 2008-06-13 00:35:16 +00:00
parent 0076d9279e
commit 713e73bf19

View file

@ -18,7 +18,7 @@ use lib "$FindBin::Bin/../../lib";
use WebGUI::Test;
use WebGUI::Session;
use Test::More tests => 4; # increment this value for each test you create
use Test::More tests => 1; # increment this value for each test you create
use Test::Deep;
my $one = [1, 2, 3, 4];