mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[WINESYNC] reg/tests: Test whether a .reg file extension is required when exporting.
Signed-off-by: Hugh McMaster <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id cd03238dd0174382c503d7b6771e803d876a2fbf by Hugh McMaster <[email protected]>
This commit is contained in:
committed by
Thomas Csovcsity
parent
6d2c3a08bb
commit
949e2a8ccc
@@ -247,6 +247,11 @@ static void test_export(void)
|
||||
ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r);
|
||||
ok(compare_export("file.reg", simple_test, 0), "compare_export() failed\n");
|
||||
|
||||
/* Test whether a .reg file extension is required when exporting */
|
||||
run_reg_exe("reg export HKEY_CURRENT_USER\\" KEY_BASE " foo /y", &r);
|
||||
ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r);
|
||||
ok(compare_export("foo", simple_test, 0), "compare_export() failed\n");
|
||||
|
||||
/* Test registry export with a complex data structure */
|
||||
add_key(hkey, "Subkey1", &subkey);
|
||||
add_value(subkey, "Binary", REG_BINARY, "\x11\x22\x33\x44", 4);
|
||||
|
||||
@@ -4,4 +4,4 @@ directories:
|
||||
files:
|
||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||
tags:
|
||||
wine: 89251073c7b7a919ca7c3450d53744921ac2979c
|
||||
wine: cd03238dd0174382c503d7b6771e803d876a2fbf
|
||||
|
||||
Reference in New Issue
Block a user