From de983627cd53cf438d8903d2b44668a555c71e5d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 30 Jul 2008 15:51:21 +0000 Subject: [PATCH] update Shop/Address.t test for new Address book fields --- t/Shop/Address.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Shop/Address.t b/t/Shop/Address.t index 08ff13fd3..192c0d141 100644 --- a/t/Shop/Address.t +++ b/t/Shop/Address.t @@ -130,7 +130,8 @@ cmp_deeply( $address->get, { label => undef, - name => undef, + firstName => undef, + lastName => undef, address1 => undef, address2 => undef, address3 => undef,