This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: web page on testing
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: Patch: web page on testing
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Tue, 6 Feb 2001 23:55:36 +0100 (CET)
- cc: <gcc-patches at gcc dot gnu dot org>, <java-patches at gcc dot gnu dot org>
A couple of minor changes -- sorry for being picky, it's certainly
not personal!
On 6 Feb 2001, Tom Tromey wrote:
> Index: contrib.html
> ===================================================================
> +<p>
> +
> +There is also some documentation on <a href="test.html">how to run
> +test cases</a>. This covers both our built-in tests and extra test
> +suites we use.
Please make this
<p>There is...use.</p>
instead. The semantics of <p> has changed a bit with recent HTML
standards, and we should use it as a container.
(To expert lurkers who might complain: Yes, I am aware that in principle
it's okay and that HTML is not XML, but long term we are definitely
heading towards XHTML.)
> Index: test.html
> ===================================================================
> +<html>
> +<title>GCJ - Testing</title>
The <title> should be embedded in a <head> environment, as in
<head><title>...</title></head>.
> +<body bgcolor="white">
Please remove the bgcolor. It is added automatically be the MetaHTML
machinery, and in addition if we just set the background but not text
colors as well, users who configured light text on dark background will
get light text on white background.
> +</table>
> +<br>
> +
> +The <a href="http://sources.redhat.com/mauve/">Mauve Project</a> is a
> +project to write a suite of tests for the Java Class Libraries. We
> +encourage developers to contribute test cases to Mauve.<p>
</table>
<p>The...</p>
<p>...</p>
> +libgcj supports Mauve testing. If you have Mauve checked out in,
> +e.g., <tt>~/mauve/</tt>, then you can tell the libgcj to run the Mauve
> +tests like so: <tt>make MAUVEDIR=~/mauve check</tt>.<p>
Please use <code> instead of <tt> (logical instead of physical markup).
> +</table>
> +<br>
> +
> +The <a
</table<
<p>...</p>
<p>...</p>
Thanks!
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/