Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f6f1bfd6
Commit
f6f1bfd6
authored
Jun 12, 2012
by
Hans Leidekker
Committed by
Alexandre Julliard
Jun 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi/tests: Use only uppercase characters for the PID_REVNUMBER property.
parent
574a52e5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
action.c
dlls/msi/tests/action.c
+3
-3
automation.c
dlls/msi/tests/automation.c
+1
-1
install.c
dlls/msi/tests/install.c
+1
-1
package.c
dlls/msi/tests/package.c
+1
-1
No files found.
dlls/msi/tests/action.c
View file @
f6f1bfd6
...
...
@@ -2318,7 +2318,7 @@ static void write_msi_summary_info(MSIHANDLE db, INT version, INT wordcount, con
ok
(
r
==
ERROR_SUCCESS
,
"Expected ERROR_SUCCESS, got %u
\n
"
,
r
);
r
=
MsiSummaryInfoSetPropertyA
(
summary
,
PID_REVNUMBER
,
VT_LPSTR
,
0
,
NULL
,
"{004757CA-5092-49
c
2-AD20-28E1CE0DF5F2}"
);
"{004757CA-5092-49
C
2-AD20-28E1CE0DF5F2}"
);
ok
(
r
==
ERROR_SUCCESS
,
"Expected ERROR_SUCCESS, got %u
\n
"
,
r
);
r
=
MsiSummaryInfoSetPropertyA
(
summary
,
PID_PAGECOUNT
,
VT_I4
,
version
,
NULL
,
NULL
);
...
...
@@ -2947,7 +2947,7 @@ currentuser:
ok
(
res
==
ERROR_SUCCESS
,
"Expected ERROR_SUCCESS, got %d
\n
"
,
res
);
CHECK_DEL_REG_STR
(
hkey
,
"ProductName"
,
"MSITEST"
);
CHECK_DEL_REG_STR
(
hkey
,
"PackageCode"
,
"AC75740029052
c
94DA02821EECD05F2F"
);
CHECK_DEL_REG_STR
(
hkey
,
"PackageCode"
,
"AC75740029052
C
94DA02821EECD05F2F"
);
CHECK_DEL_REG_DWORD
(
hkey
,
"Language"
,
1033
);
CHECK_DEL_REG_DWORD
(
hkey
,
"Version"
,
0x1010001
);
if
(
!
old_installer
)
...
...
@@ -3028,7 +3028,7 @@ machprod:
ok
(
res
==
ERROR_SUCCESS
,
"Expected ERROR_SUCCESS, got %d
\n
"
,
res
);
CHECK_DEL_REG_STR
(
hkey
,
"ProductName"
,
"MSITEST"
);
CHECK_DEL_REG_STR
(
hkey
,
"PackageCode"
,
"AC75740029052
c
94DA02821EECD05F2F"
);
CHECK_DEL_REG_STR
(
hkey
,
"PackageCode"
,
"AC75740029052
C
94DA02821EECD05F2F"
);
CHECK_DEL_REG_DWORD
(
hkey
,
"Language"
,
1033
);
CHECK_DEL_REG_DWORD
(
hkey
,
"Version"
,
0x1010001
);
if
(
!
old_installer
)
...
...
dlls/msi/tests/automation.c
View file @
f6f1bfd6
...
...
@@ -199,7 +199,7 @@ typedef struct _msi_summary_info
static
const
msi_summary_info
summary_info
[]
=
{
ADD_INFO_LPSTR
(
PID_TEMPLATE
,
";1033"
),
ADD_INFO_LPSTR
(
PID_REVNUMBER
,
"{004757CA-5092-49
c
2-AD20-28E1CE0DF5F2}"
),
ADD_INFO_LPSTR
(
PID_REVNUMBER
,
"{004757CA-5092-49
C
2-AD20-28E1CE0DF5F2}"
),
ADD_INFO_I4
(
PID_PAGECOUNT
,
100
),
ADD_INFO_I4
(
PID_WORDCOUNT
,
0
),
ADD_INFO_FILETIME
(
PID_CREATE_DTM
,
&
systemtime
),
...
...
dlls/msi/tests/install.c
View file @
f6f1bfd6
...
...
@@ -2462,7 +2462,7 @@ static void write_msi_summary_info(MSIHANDLE db, INT version, INT wordcount, con
ok
(
r
==
ERROR_SUCCESS
,
"Expected ERROR_SUCCESS, got %u
\n
"
,
r
);
r
=
MsiSummaryInfoSetPropertyA
(
summary
,
PID_REVNUMBER
,
VT_LPSTR
,
0
,
NULL
,
"{004757CA-5092-49
c
2-AD20-28E1CE0DF5F2}"
);
"{004757CA-5092-49
C
2-AD20-28E1CE0DF5F2}"
);
ok
(
r
==
ERROR_SUCCESS
,
"Expected ERROR_SUCCESS, got %u
\n
"
,
r
);
r
=
MsiSummaryInfoSetPropertyA
(
summary
,
PID_PAGECOUNT
,
VT_I4
,
version
,
NULL
,
NULL
);
...
...
dlls/msi/tests/package.c
View file @
f6f1bfd6
...
...
@@ -2445,7 +2445,7 @@ static void test_msipackage(void)
ok
(
r
==
ERROR_INSTALL_PACKAGE_INVALID
,
"Expected ERROR_INSTALL_PACKAGE_INVALID, got %d
\n
"
,
r
);
set_summary_str
(
hdb
,
PID_REVNUMBER
,
"{004757CD-5092-49
c
2-AD20-28E1CE0DF5F2}"
);
set_summary_str
(
hdb
,
PID_REVNUMBER
,
"{004757CD-5092-49
C
2-AD20-28E1CE0DF5F2}"
);
r
=
MsiOpenPackage
(
name
,
&
hpack
);
ok
(
r
==
ERROR_SUCCESS
,
"Expected ERROR_SUCCESS, got %d
\n
"
,
r
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment