lots of test fixes
This commit is contained in:
parent
0d311117e2
commit
30657d61f7
21 changed files with 75 additions and 87 deletions
|
|
@ -68,7 +68,7 @@ is($session->getId, $taxer->session->getId, 'session method returns OUR session
|
|||
|
||||
my $taxIterator = $taxer->getItems;
|
||||
|
||||
isa_ok($taxIterator, 'WebGUI::SQL::ResultSet');
|
||||
isa_ok($taxIterator, 'WebGUI::SQL::st');
|
||||
|
||||
is($taxIterator->rows, 0, 'WebGUI ships with no predefined tax data');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue