[PATCH 1/2 (try2)] regedit: Add regedit test suite

Andrew Eikum aeikum at codeweavers.com
Fri Jul 30 16:02:34 CDT 2010


---
I tried making some simple export tests as well, if only to fill out the
test suite a little more, but ran into some issues.  For example,
Wine's regedit doesn't export the keys in the same order as Windows's
regedit.  Should order be tested?  If yes, I think it's non-trivial to
fix that in Wine.  If no, the tests are a big pain to write, basically
requiring re-writing the import logic in the test suite.

So I gave up and just stuck with simple import tests, since that's what
the following patch changes anyway.

(try2): Handle OSes without WCHAR

  configure.ac                       |    1 +
  programs/regedit/tests/Makefile.in |   11 ++
  programs/regedit/tests/regedit.c   |  289 
++++++++++++++++++++++++++++++++++++
  3 files changed, 301 insertions(+), 0 deletions(-)
  create mode 100644 programs/regedit/tests/Makefile.in
  create mode 100644 programs/regedit/tests/regedit.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-regedit-Add-regedit-test-suite.patch
Type: text/x-patch
Size: 11424 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100730/f4cca003/attachment-0001.bin>


More information about the wine-patches mailing list