Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8438)

Unified Diff: chrome/test/mini_installer/config/chrome_system_updated.prop

Issue 2258753003: Fix more broken installer tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/mini_installer/config/chrome_user_updated.prop » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/mini_installer/config/chrome_system_updated.prop
diff --git a/chrome/test/mini_installer/config/chrome_system_updated.prop b/chrome/test/mini_installer/config/chrome_system_updated.prop
index d6fa8a1722c34f908dd047ead682146cdd126cb7..2e7be0c83b0319604eb5fd19c6c7caabb3f73432 100644
--- a/chrome/test/mini_installer/config/chrome_system_updated.prop
+++ b/chrome/test/mini_installer/config/chrome_system_updated.prop
@@ -32,10 +32,7 @@
},
"HKEY_LOCAL_MACHINE\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
"condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
- "exists": "required",
- "values": {
- "pv": {"type": "SZ", "data": "$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION"}
- }
+ "exists": "forbidden"
},
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$CHROME_LONG_NAME": {
"exists": "required",
« no previous file with comments | « no previous file | chrome/test/mini_installer/config/chrome_user_updated.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698