5 messages in com.canoo.lists.webtestRe: [Webtest] Build 386?
FromSent OnAttachments
Marc Guillemot25 Jan 2004 02:43 
Dierk Koenig26 Jan 2004 05:02 
Marc Guillemot30 Jan 2004 06:53 
Dierk Koenig30 Jan 2004 07:40 
Marc Guillemot30 Jan 2004 11:42 
Subject:Re: [Webtest] Build 386?
From:Marc Guillemot (mgui@yahoo.fr)
Date:01/30/2004 11:42:45 AM
List:com.canoo.lists.webtest

Hi Mittie,

I've looked at my todos in HtmlParserMessageTest but I don't understand what you mean with "think about the <> semantics".

I needed to toggle < with > to make the assertions pass. I'm not sure the semantic of String.compareTo works in the way that the tests expect it.

your change was ok, I've removed the TODOs

Looking at my code again after a few months, I see that the "implements Comparable" is missing as well as an implementation of equals().

I'm not aware of having changed that. A cvs diff / log may help.

you didn't. I've added it because it was lacking.

Btw: what about using Jakarta Commons Lang (http://jakarta.apache.org/commons/lang/)? It provides some usefull facilities for instance for compareTo, equals or for safe enums.

Marc.