Module: docs Branch: master Commit: 0d6504ece79ddc1ec020d4032373e1d3178b7e2b URL: http://source.winehq.org/git/docs.git/?a=commit;h=0d6504ece79ddc1ec020d40323...
Author: André Hentschel nerv@dawncrow.de Date: Mon May 10 21:06:56 2010 +0200
winedev: There are no platform todos.
---
en/winedev-testing.sgml | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-)
diff --git a/en/winedev-testing.sgml b/en/winedev-testing.sgml index 7316560..31f15f4 100644 --- a/en/winedev-testing.sgml +++ b/en/winedev-testing.sgml @@ -584,19 +584,7 @@ todo_wine { cause the test to fail, thus making it easy to detect when something has changed that fixes a bug. Also note that todo checks are accounted separately from regular checks so that the testing statistics remain - meaningful. Finally, note that todo sections can be nested so that if - a test only fails on the cygwin and reactos platforms, one would - write: -<screen> -todo("cygwin") { - todo("reactos") { - ... - } -} -</screen> - <!-- FIXME: Would we really have platforms such as reactos, cygwin, freebsd & co? --> - But specific platforms should not be nested inside a todo_wine section - since that would be redundant. + meaningful. </para> <para> When writing tests you will also encounter differences between Windows