Hans Leidekker : msi/tests: Use a package code that is different from the product code.

Alexandre Julliard julliard at winehq.org
Tue Aug 23 12:45:07 CDT 2011


Module: wine
Branch: master
Commit: 763e2f3edc814504e3af841d87de08ad135824a6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=763e2f3edc814504e3af841d87de08ad135824a6

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Aug 23 14:41:14 2011 +0200

msi/tests: Use a package code that is different from the product code.

---

 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 );




More information about the wine-cvs mailing list