diff options
author | wfh@chromium.org <wfh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-25 19:05:51 +0000 |
---|---|---|
committer | wfh@chromium.org <wfh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-25 19:05:51 +0000 |
commit | 11336c04fcb6bb58149de40d5b6a12c5b2102134 (patch) | |
tree | ed9d6e9657aabe7213afcca2bd3f32e84ac625ee /courgette/versioning_unittest.cc | |
parent | 700e4618a8454db541728226ba22094266a5138a (diff) | |
download | chromium_src-11336c04fcb6bb58149de40d5b6a12c5b2102134.zip chromium_src-11336c04fcb6bb58149de40d5b6a12c5b2102134.tar.gz chromium_src-11336c04fcb6bb58149de40d5b6a12c5b2102134.tar.bz2 |
Add PE64 support to courgette
Add tests for PE64
BUG=38784
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/23600063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225224 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'courgette/versioning_unittest.cc')
-rw-r--r-- | courgette/versioning_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/courgette/versioning_unittest.cc b/courgette/versioning_unittest.cc index 5332592..5313b8b 100644 --- a/courgette/versioning_unittest.cc +++ b/courgette/versioning_unittest.cc @@ -50,6 +50,8 @@ void VersioningTest::TestApplyingOldPatch(const char* src_file, TEST_F(VersioningTest, All) { TestApplyingOldPatch("setup1.exe", "setup1-setup2.v1.patch", "setup2.exe"); + TestApplyingOldPatch("chrome64_1.exe", "chrome64-1-2.v1.patch", + "chrome64_2.exe"); // We also need a way to test that newly generated patches are appropriately // applicable by older clients... not sure of the best way to do that. |