riched20/tests: Ensure clipboard has been pasted before testing the result.
commit4fd5252f635817b431673accaba718c7481f48f6
authorEric Pouech <eric.pouech@gmail.com>
Mon, 13 Feb 2023 12:02:55 +0000 (13 13:02 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Feb 2023 21:17:58 +0000 (13 22:17 +0100)
tree69cad527ea5b5388c9eac6bf8286406abcc803d1
parent1b7a918bd7ec8bc2c51bcb76525b56b17c5ff0c0
riched20/tests: Ensure clipboard has been pasted before testing the result.

The patch does reduce error failures locally.

For the record:
- WM_PASTE in undo operations haven't been transformed (as it requires
  UNDO stack manipulation in a coherent way across platforms)

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47888
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
dlls/riched20/tests/editor.c