I would suggest instead of navigating to the httpunit website, navigate to
the jwebunit website.  This is something we can control.  We should no when
the title changes on the jwebunit website.   We can't control when the
httpunit website changes the title of their main page.

Just a thought.

Nick

> -----Original Message-----
> From: Martijn Dashorst [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 18, 2004 4:08 PM
> To: James E Weaver
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [Jwebunit-users] Re: Fw: [open_source] Error on code
> example on main jWebUnit page
> 
> 
> Thanx for noticing. I'll put a new site up in the next days 
> displaying 
> the adjusted frontpage.
> 
> Martijn
> 
> James E Weaver wrote:
> 
> >Heya,
> >
> >This is fixed in CVS.  Will be in next realease.
> >
> >Thanks,
> >Jim
> >
> >
> >----- Original Message -----
> >From: "Eric Nelson" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Tuesday, September 21, 2004 5:36 PM
> >Subject: [open_source] Error on code example on main jWebUnit page
> >
> >
> >  
> >
> >>Hi Jim.  Just wanted to bring to your attention something that is
> >>worth fixing.  On the main page for jWebUnit you have two code
> >>examples for doing tests over Google.  There is an error in the
> >>examples that will cause headaches for anyone that tries to run your
> >>code exactly.  While a good developer should notice this, 
> it'd be nice
> >>to have it out there correctly.  The snippet is:
> >>
> >>public void testSearch() {
> >>      beginAt("/");
> >>      setFormElement("q", "httpunit");
> >>      submit("btnG");
> >>      clickLinkWithText("HttpUnit");
> >>      assertTitleEquals("HttpUnit");
> >>      assertLinkPresentWithText("User's Manual");
> >>   }
> >>
> >>The line with "assertTitleEquals("HttpUnit")" needs to be changed to
> >>"assertTitleEquals("HttpUnit Home")".  I kept getting errors and
> >>thought it was a problem with my classpath or something more
> >>significant.  Could you change that (also in the HttpUnit 
> example) for
> >>other's sanity?  Thanks for your help Jim.
> >>
> >>Eric Nelson
> >>[EMAIL PROTECTED]
> >>    
> >>
> >
> >
> >
> >-------------------------------------------------------
> >This SF.net email is sponsored by: IT Product Guide on 
> ITManagersJournal
> >Use IT products in your business? Tell us what you think of 
> them. Give us
> >Your Opinions, Get Free ThinkGeek Gift Certificates! Click 
> to find out more
> >http://productguide.itmanagersjournal.com/guidepromo.tmpl
> >_______________________________________________
> >Jwebunit-users mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/jwebunit-users
> >
> >  
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on 
> ITManagersJournal
> Use IT products in your business? Tell us what you think of 
> them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to 
> find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Jwebunit-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jwebunit-users
> 


- - - - - - 
This e-mail message is intended only for the use of the individual or entity
identified in the alias address of this message and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution of this e-mail message is strictly prohibited. If you have
received this e-mail message in error, please notify the sender immediately
by reply e-mail and delete this message from your system. Thank you.


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Jwebunit-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to