Fix some comment typos in t/Shop/AddressBook

Add tests for WebGUI::Shop::Address
Fix bugs in the upgrade script (missing city entry) and
the Address new method.
This commit is contained in:
Colin Kuskie 2008-03-02 16:36:47 +00:00
parent 3da2edb1eb
commit 4b17be6e54
4 changed files with 121 additions and 2 deletions

View file

@ -43,7 +43,7 @@ my $storage;
SKIP: {
skip 'Unable to load module WebGUI::Shop::Tax', $tests unless $loaded;
skip 'Unable to load module WebGUI::Shop::AddressBook', $tests unless $loaded;
my $e;
my $book;