Bugs item #913320, was opened at 2004-03-10 01:59
Message generated for change (Comment added) made by jimweaver
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=913320&group_id=61302

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: assertLinkPresentWithText works but it failed at clickLinkWi

Initial Comment:
Hello

Test case:
    public void setUp() {
        getTestContext().setBaseUrl
("http://www.artchestra.com";);
    }

    public void testSearch() {
        beginAt("/eshop");
        assertLinkPresentWithText("Jewlery Box");
        clickLinkWithText("Jewlery Box");
    }


The assertLinkPresentWithText pass, but it fail at the 
clickLinkWithText with the following exception The 
content type of the response is 'application/x-
javascript': it must be 'text/html' in order to be 
recognized as HTML

In order to be able to execute this TestCase for 
JWebUnit you will need to use a quick fix that I added 
on httpUnit in order to solve an other bug (I reported 
the bug to httpUnit)

Regards,

[EMAIL PROTECTED]

----------------------------------------------------------------------

>Comment By: Jim Weaver (jimweaver)
Date: 2004-09-15 15:57

Message:
Logged In: YES 
user_id=619947

Hi, if this is an httpunit bug it will have to wait until
they release for inclusion in jwebunit.  We don't want to
confuse folks by including patches to httpunit in the
jwebunit release / source tree.  
We'll keep this in a closed status, plus it's on the mailing
list - so if other people need the patch they can apply it
to httpunit 1.5.4 themselves.

thanks for letting us know,
jim

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=913320&group_id=61302


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to