lots of test fixes

This commit is contained in:
Graham Knop 2010-06-13 06:19:41 -05:00
parent 0d311117e2
commit 30657d61f7
21 changed files with 75 additions and 87 deletions

View file

@ -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');