Hi,
I have text that looks like this in my html page:
<title>Reçu</title>
If I try to match the title with that string, I get an error (in Eclipse) that says:
junit.framework.ComparisonFailure: expected:<...ç...> but was:<...?...>
it looks like somewhere, the text is being converted to UTF or something. This messes up my tests. Can I correct this in any way?
THanks,
L
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Jwebunit-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jwebunit-users
