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

@ -58,6 +58,7 @@ sub addAddressBook {
address1 varchar(35),
address2 varchar(35),
address3 varchar(35),
city varchar(35),
state varchar(35),
country varchar(35),
code varchar(35),