Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/installer-lib/test/property_test.cpp

Issue 29329510: Issue #1186 - Style conformity for names in installer tests (Closed)
Patch Set: Created Nov. 14, 2015, 5:55 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: installer/src/installer-lib/test/property_test.cpp
===================================================================
--- a/installer/src/installer-lib/test/property_test.cpp
+++ b/installer/src/installer-lib/test/property_test.cpp
@@ -17,10 +17,10 @@
if (false)
{
// This variable was the argument to the entry point.
- MSIHANDLE session_handle = 0;
+ MSIHANDLE sessionHandle = 0;
// The code in the body.
- ImmediateSession session(session_handle, "AbpCloseIe");
+ ImmediateSession session(sessionHandle, "AbpCloseIe");
session.Log(L"Have session object");
InstallationDatabase db(session);
session.Log(L"Have database object");
« no previous file with comments | « installer/src/installer-lib/test/process_test.cpp ('k') | installer/src/installer-lib/test/test-installer-lib-ca.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld