Question: Why are EM_FORMATRANGE Tests 'To Do'
10 Aug
2008
10 Aug
'08
12:05 a.m.
Title states it all. I would like to compile tests to run against WindowsXP to see if the test will function. Could I un'to-do' this test and compile it with MinGW? Thank you. James McKenzie
10 Aug
10 Aug
1:41 a.m.
New subject: Question: Why are EM_FORMATRANGE Tests 'To Do'
Hi James,
Title states it all. I would like to compile tests to run against WindowsXP to see if the test will function. Could I un'to-do' this test and compile it with MinGW?
todo_wine tests are always run, whether or not the todo_wine flag is there. The only difference is how the results are interpreted: if running on Wine (which the standalone tests assume they are not), the test is assumed to fail, and an error reported if the test does not fail as expected on Wine. If not running on Wine, they run as normal. --Juan
6335
Age (days ago)
6335
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Mckenzie -
Juan Lang