Remove uglifying notes.

This commit is contained in:
Dimitrie O. Paun 2003-09-22 19:34:38 +00:00 committed by Alexandre Julliard
parent ace95ca098
commit 28036fd5dd
1 changed files with 2 additions and 10 deletions

View File

@ -1,14 +1,6 @@
<chapter id="testing">
<title>Writing Conformance tests</title>
<para>
Written by &name-francois-gouget; <email>&email-francois-gouget;</email>
</para>
<para>
Note: This part of the documentation is still very much a work in
progress and is in no way complete.
</para>
<sect1 id="testing-intro">
<title>Introduction</title>
<para>
@ -506,9 +498,9 @@ ok ( GetLastError() == WIN9X_ERROR || GetLastError() == NT_ERROR, ...);
applications (which do not do such checks), and not be a clone of a
specific Windows version.
</para>
<para>
<!--para>
FIXME: What about checks that cause the process to crash due to a bug?
</para>
</para-->
</sect1>