This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi Roman,
On Wed, 2005-11-23 at 12:08 +0000, Roman Kennke wrote:
> I added a couple of new tests for the ElementBuffer class.
>
> 2005-11-23 Roman Kennke <kennke@aicas.com>
>
> * gnu/testlet/javax/swing/text/DefaultStyledDocument/ElementBuffer/insert.java:
> Added new tests for this class.
> public void test(TestHarness harness)
> {
> - testOriginate1(harness);
> - testOriginate2(harness);
> - testOriginate3(harness);
> - testJoinPrevious1(harness);
> - testJoinPrevious2(harness);
> - testJoinPrevious3(harness);
> - testJoinNext1(harness);
> - testJoinNext2(harness);
> - testJoinNext3(harness);
> +// testOriginate1(harness);
> +// testOriginate2(harness);
> +// testOriginate3(harness);
> +// testJoinPrevious1(harness);
> +// testJoinPrevious2(harness);
> +// testJoinPrevious3(harness);
> +// testJoinNext1(harness);
> +// testJoinNext2(harness);
> +// testJoinNext3(harness);
> +// testEndTag1(harness);
> +// testEndTag2(harness);
> +// testEndTag3(harness);
> +// testEndTag4(harness);
> + testEndTag5(harness);
> }
Did you deliberately disable some of these tests?
Cheers,
Mark
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |