From c56a4aa5bb82e54991ad0c1b418490f0bb0af297 Mon Sep 17 00:00:00 2001 From: "ahutter@chromium.org" <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 3 Apr 2013 05:04:21 +0000 Subject: Fixing an issue with proxy card decryption. Also, adds unit tests for FullWallet::GetCvn and FullWallet::GetPan and changes existing unit tests to use wallet_test_util BUG= 225571 Review URL: https://chromiumcodereview.appspot.com/13468013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191992 0039d316-1c4b-4281-b951-d872f2087c98 --- components/autofill/browser/wallet/full_wallet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/autofill/browser/wallet/full_wallet.h') diff --git a/components/autofill/browser/wallet/full_wallet.h b/components/autofill/browser/wallet/full_wallet.h index d479b49..3c04c61 100644 --- a/components/autofill/browser/wallet/full_wallet.h +++ b/components/autofill/browser/wallet/full_wallet.h @@ -67,6 +67,8 @@ class FullWallet { friend class FullWalletTest; FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWallet); FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWalletWithRequiredActions); + FRIEND_TEST_ALL_PREFIXES(FullWalletTest, EvenRestDecryptionTest); + FRIEND_TEST_ALL_PREFIXES(FullWalletTest, OddRestDecryptionTest); FullWallet(int expiration_month, int expiration_year, const std::string& iin, -- cgit v1.1