Hugh McMaster
|
51743827c9
|
regedit/tests: Add tests for importing Windows 3.1 registry data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-26 08:10:41 +02:00 |
Hugh McMaster
|
7ea0892343
|
regedit/tests: Re-order the REG_NONE import tests and fix some copy/paste errors.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-19 17:44:22 +02:00 |
Hugh McMaster
|
d37a49f362
|
regedit/tests: Add tests for importing REG_BINARY data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
5aea192a5a
|
regedit/tests: Add tests for importing REG_EXPAND_SZ data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
2060e426a6
|
regedit/tests: Add tests for importing REG_NONE data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
00a65cd507
|
regedit/tests: Test whether blank lines affect multi-line concatenation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
3ce4beb0a7
|
regedit/tests: Test if REG_SZ and REG_DWORD support line concatenation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
a0f5a2cc12
|
regedit/tests: Add tests for key name and value name concatenation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:11 +02:00 |
Hugh McMaster
|
2392743146
|
regedit: Re-implement processSetValue().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-25 20:53:07 +02:00 |
Hugh McMaster
|
9aff5c88ad
|
regedit: Validate REG_SZ import data before processing it any further.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-25 20:53:07 +02:00 |
Hugh McMaster
|
2926c2822c
|
regedit/tests: Add some more import tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-24 20:30:18 +02:00 |
Hugh McMaster
|
5af62255ef
|
regedit/tests: Add some REG_SZ import tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-12 19:04:10 +02:00 |
Hugh McMaster
|
0a71d4fa72
|
regedit: Re-implement convertHexToDWord().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-11 15:55:24 +02:00 |
Hugh McMaster
|
467def8352
|
regedit/tests: Add a few more import tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-11 15:53:57 +02:00 |
Hugh McMaster
|
098be09bce
|
regedit/tests: Add tests for importing DWORD values.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-11 15:53:53 +02:00 |
Hugh McMaster
|
aacae19602
|
regedit: Skip any leading spaces and tabs that may be present in the line being parsed.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-03 14:09:49 +02:00 |
Hugh McMaster
|
0b513778c7
|
regedit/tests: Add import tests with various combinations of spaces and tabs.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-03 14:09:47 +02:00 |
Hugh McMaster
|
f8afd05d6c
|
regedit/tests: Add mixed line concatenation and comment tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-24 12:45:11 +01:00 |
Hugh McMaster
|
f56d919ffe
|
regedit: Re-implement processRegLinesA().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-22 16:25:01 +01:00 |
Hugh McMaster
|
e96056a026
|
regedit/tests: Add missing ok() check after RegOpenKeyExA().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-21 20:52:04 +01:00 |
Hugh McMaster
|
a3c9a2682c
|
regedit/tests: Add some line concatenation tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-06 19:44:18 +01:00 |
Hugh McMaster
|
00bd109e1f
|
regedit/tests: Test import with non-standard registry file headers.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-24 13:54:17 +01:00 |
Zebediah Figura
|
da5b770453
|
regedit/tests: Add tests for importing Win 3.1 registry files.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-30 21:38:53 +01:00 |
Hugh McMaster
|
061c4bce06
|
regedit/tests: Add tests for quotes and slashes in keys, values and data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-05 14:54:55 +01:00 |
Hugh McMaster
|
e7d5503347
|
regedit/tests: Add tests for line concatenation when importing.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-20 13:02:24 +01:00 |
Hugh McMaster
|
eb3c4f43f6
|
regedit/tests: Add more tests for parsing comments.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-06 15:46:15 +01:00 |
Hugh McMaster
|
ced6d4618b
|
regedit/tests: Move existing comment tests to a separate function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-06 15:46:10 +01:00 |
Hugh McMaster
|
750358fc44
|
regedit/tests: Test whether comments ending in a backslash affect the next line.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-02 15:54:03 +01:00 |
Hugh McMaster
|
b897c9b13d
|
regedit/tests: Fix line concatenation test.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-02 15:54:01 +01:00 |
Hugh McMaster
|
6cd9c7ffb5
|
regedit/tests: Test if the final line is imported if it doesn't end in a newline.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-23 22:36:40 +01:00 |
Hugh McMaster
|
93f795950d
|
regedit: Do not close the registy key handle when a line break is encountered.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-25 13:39:27 +02:00 |
Hugh McMaster
|
5027f01a6a
|
regedit/tests: Add line break and complexity tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:17 +02:00 |
Hugh McMaster
|
4e43d76751
|
regedit/tests: Handle different data types with one verify_reg() function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:15 +02:00 |
Hugh McMaster
|
01590f5c35
|
regedit/tests: Open the registry key once in each test function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:13 +02:00 |
Hugh McMaster
|
211a5d15d7
|
regedit/tests: Replace the hard-coded subkey path with a define.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:12 +02:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Marcus Meissner
|
e2eb5e2348
|
regedit: Fixed a wrong buffer size.
|
2010-10-25 12:41:42 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Andrew Eikum
|
dcfdfbaa54
|
regedit: Improve importing of REG_SZ with invalid quoting.
|
2010-08-16 17:28:42 +02:00 |
Andrew Eikum
|
8851a4eb1f
|
regedit: Process reg files which use \r line endings.
|
2010-08-02 13:58:19 +02:00 |
Andrew Eikum
|
f3c6c62bcf
|
regedit: Add regedit test suite.
|
2010-08-02 13:58:14 +02:00 |
Alexandre Julliard
|
6625b63b53
|
Get rid of the no longer used regedit test.
|
2005-08-03 19:36:51 +00:00 |
Francois Gouget
|
4cb9c590b9
|
Remove references to regapi.
|
2004-01-13 04:59:33 +00:00 |
Alexandre Julliard
|
2a0904f68f
|
Split routines that don't rely on C functions into winetest.pm so that
they can be used from a normal Perl script.
|
2002-07-31 23:18:31 +00:00 |
Andriy Palamarchuk
|
d2aa62bf45
|
Fixed a few bugs, added processing of REG_MULTI_SZ format.
|
2002-06-28 17:33:09 +00:00 |
Bill Medland
|
bbea612b30
|
Test the ability to handle hex values in excess of 1024 bytes and
input lines in excess of 4096 bytes.
|
2002-06-21 20:12:20 +00:00 |
Bill Medland
|
6a948491e8
|
Correct the comparison of two files. Just because they are the same
size doesn't mean they have the same content.
|
2002-06-21 20:10:56 +00:00 |
Andriy Palamarchuk
|
f5aad76936
|
Added regedit unit test, a couple minor changes to regedit.
|
2002-06-20 23:09:33 +00:00 |