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

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

Issue 520633005: Reduce flakes in the mini_installer test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notreached
Patch Set: comment Created 6 years, 3 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_system_no_pv.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_installed.prop
diff --git a/chrome/test/mini_installer/config/chrome_system_installed.prop b/chrome/test/mini_installer/config/chrome_system_installed.prop
index ed6876dd6f293dc9931df5cffc84d7893df2b6a7..e8cfd032badbf1072a85726000ba1f8159e34975 100644
--- a/chrome/test/mini_installer/config/chrome_system_installed.prop
+++ b/chrome/test/mini_installer/config/chrome_system_installed.prop
@@ -14,13 +14,13 @@
},
"RegistryEntries": {
"HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
- "exists": true,
+ "exists": "required",
"values": {
"pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
}
},
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$CHROME_LONG_NAME": {
- "exists": true,
+ "exists": "required",
"values": {
"UninstallString": {
"type": "SZ",
@@ -31,7 +31,7 @@
},
"HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": {
"condition": "$WINDOWS_VERSION >= $VERSION_WIN8",
- "exists": true
+ "exists": "required"
}
}
}
« no previous file with comments | « no previous file | chrome/test/mini_installer/config/chrome_system_no_pv.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698