From 5104f5f4c81e76bcf3b096669cb01da0933280e1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 22 Oct 2008 16:17:32 +0000 Subject: [PATCH] update Shop/Address test for recent RFE addition --- t/Shop/Address.t | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/t/Shop/Address.t b/t/Shop/Address.t index 192c0d141..2266b78cf 100644 --- a/t/Shop/Address.t +++ b/t/Shop/Address.t @@ -129,17 +129,19 @@ is($address->getId, $address->get('addressId'), 'getId is an alias for get addre cmp_deeply( $address->get, { - label => undef, - firstName => undef, - lastName => undef, - address1 => undef, - address2 => undef, - address3 => undef, - city => undef, - state => undef, - country => undef, - code => undef, - phoneNumber => undef, + label => undef, + firstName => undef, + lastName => undef, + address1 => undef, + address2 => undef, + address3 => undef, + city => undef, + state => undef, + country => undef, + code => undef, + phoneNumber => undef, + email => undef, + organization => undef, addressId => ignore(), #checked elsewhere addressBookId => $book->getId, },