msi/tests: Use a different product code in the package tests to avoid cascading test failures.

This commit is contained in:
Hans Leidekker 2010-08-27 10:49:31 +02:00 committed by Alexandre Julliard
parent ed62749cc8
commit 137dfbe80a
1 changed files with 1 additions and 1 deletions

View File

@ -2478,7 +2478,7 @@ static void test_states(void)
r = create_property_table( hdb );
ok( r == ERROR_SUCCESS, "cannot create Property table: %d\n", r );
r = add_property_entry( hdb, "'ProductCode', '{7DF88A48-996F-4EC8-A022-BF956F9B2CBB}'" );
r = add_property_entry( hdb, "'ProductCode', '{7262AC98-EEBD-4364-8CE3-D654F6A425B9}'" );
ok( r == ERROR_SUCCESS, "cannot add property entry: %d\n", r );
r = add_property_entry( hdb, "'ProductLanguage', '1033'" );