Some content for Paginator stub. Not very much at all.

Session/Url.t fixed up.
This commit is contained in:
Colin Kuskie 2006-01-20 23:12:54 +00:00
parent c3abdece86
commit f68c1ace5d
2 changed files with 20 additions and 20 deletions

View file

@ -9,6 +9,7 @@
#-------------------------------------------------------------------
use FindBin;
use trace;
use strict;
use lib "$FindBin::Bin/lib";
@ -21,3 +22,10 @@ use Test::More tests => 1; # increment this value for each test you create
my $session = WebGUI::Test->session;
my $p = WebGUI::Paginator->new($session, '/home', '', '', 1);
$p->setDataByQuery('select * from settings');
my $settingspage = $p->getPageData;
is(1,1,"a test");