Remove uglifying notes.
This commit is contained in:
parent
ace95ca098
commit
28036fd5dd
|
@ -1,14 +1,6 @@
|
||||||
<chapter id="testing">
|
<chapter id="testing">
|
||||||
<title>Writing Conformance tests</title>
|
<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">
|
<sect1 id="testing-intro">
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
<para>
|
<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
|
applications (which do not do such checks), and not be a clone of a
|
||||||
specific Windows version.
|
specific Windows version.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<!--para>
|
||||||
FIXME: What about checks that cause the process to crash due to a bug?
|
FIXME: What about checks that cause the process to crash due to a bug?
|
||||||
</para>
|
</para-->
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue