[1/7] msi/tests: Use a package code that differs from the product code.

Hans Leidekker hans at codeweavers.com
Tue Aug 23 04:44:53 CDT 2011


---
 dlls/msi/tests/patch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/patch.c b/dlls/msi/tests/patch.c
index 4c6db56..89d5bd0 100644
--- a/dlls/msi/tests/patch.c
+++ b/dlls/msi/tests/patch.c
@@ -286,7 +286,7 @@ static void set_suminfo( const char *filename )
     r = MsiSummaryInfoSetProperty( hsi, 7, VT_LPSTR, 0, NULL, ";1033" );
     ok( r == ERROR_SUCCESS, "failed to set summary info %u\n", r );
 
-    r = MsiSummaryInfoSetProperty( hsi, 9, VT_LPSTR, 0, NULL, "{913B8D18-FBB6-4CAC-A239-C74C11E3FA74}" );
+    r = MsiSummaryInfoSetProperty( hsi, 9, VT_LPSTR, 0, NULL, "{E528DDD6-4801-4BEC-BBB6-C5EE0FD097E9}" );
     ok( r == ERROR_SUCCESS, "failed to set summary info %u\n", r );
 
     r = MsiSummaryInfoSetProperty( hsi, 14, VT_I4, 100, NULL, NULL );
-- 
1.7.4.1







More information about the wine-patches mailing list