summaryrefslogtreecommitdiffstats
path: root/courgette/versioning_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/versioning_unittest.cc')
-rw-r--r--courgette/versioning_unittest.cc2
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.