Update Account::Profile tests and code.

This commit is contained in:
Colin Kuskie 2011-11-01 13:16:48 -07:00
parent 431cd280a4
commit 38d35e23b6
3 changed files with 4 additions and 5 deletions

View file

@ -173,7 +173,7 @@ $andy = $session->user;
#Test that the address was saved to the profile
cmp_bag (
[ map { $andy->profileField($_) } keys %profile_info ],
[ map { $andy->get($_) } keys %profile_info ],
[ values %profile_info ],
'Profile fields were updated'
);