commit | 6c67e23ce4f06930bf7cf24647de18a1c9e247aa | [log] [tgz] |
---|---|---|
author | Joshua Pawlicki <[email protected]> | Fri May 07 19:32:31 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri May 07 19:32:31 2021 |
tree | 657100d87213a48ad374296f86fdaf7cf514b020 | |
parent | 4101a281695d7d628f75a6431360c0a179e4d9a8 [diff] [blame] |
Updater: Create test updater binaries that have an offset version. These build targets will generate an updater at a.b.c.(10 * d + 1). Bug: 1206314 Change-Id: I7e5ea56c6d392f6f1b0047d7a00791e6e0b4acdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2874250 Auto-Submit: Joshua Pawlicki <[email protected]> Commit-Queue: Joshua Pawlicki <[email protected]> Reviewed-by: Sorin Jianu <[email protected]> Cr-Commit-Position: refs/heads/master@{#880513}
diff --git a/chrome/updater/test/integration_tests_mac.mm b/chrome/updater/test/integration_tests_mac.mm index 529d5888..ff45540 100644 --- a/chrome/updater/test/integration_tests_mac.mm +++ b/chrome/updater/test/integration_tests_mac.mm
@@ -193,8 +193,8 @@ if (path) EXPECT_FALSE(base::PathExists(*path)); - ExpectServiceAbsent(scope, kUpdateServiceLaunchdName); - ExpectServiceAbsent(scope, kUpdateServiceInternalLaunchdName); + ExpectServiceAbsent(scope, GetUpdateServiceLaunchdName()); + ExpectServiceAbsent(scope, GetUpdateServiceInternalLaunchdName()); } void ExpectInstalled(UpdaterScope scope) {