Some content for Paginator stub. Not very much at all.
Session/Url.t fixed up.
This commit is contained in:
parent
c3abdece86
commit
f68c1ace5d
2 changed files with 20 additions and 20 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue