[Webtest] Bug in engine/Configuration.java

Juergen Damke webtest@lists.canoo.com
Wed, 8 Mar 2006 17:08:05 +0100


This is a multipart message in MIME format.
--=_alternative 00589A30C125712B_=
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

This snippet is from the createWebClient method:

        setupHtmlParser(webClient, cfg);
        setupRefreshHandler(webClient, cfg); // auto refresh settings
        webClient.setThrowExceptionOnScriptError(true); // option for this =

and report js errors?
-->     WebClient.setIgnoreOutsideContent(true);
        setupHttpHeaders(webClient, cfg);
        setupOptions(webClient, cfg);

For me the upper 'W' in the marked line is wrong (should be lower 'w')
I don't know why it compiles.

Mit freundlichen Gr=FC=DFen / With best regards
J=FCrgen Damke

--=_alternative 00589A30C125712B_=
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable


<br><font size=3D2 face=3D"sans-serif">This snippet is from the createWebCl=
ient
method:</font>
<br>
<br><font size=3D2 face=3D"sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; setupHtm=
lParser(webClient,
cfg);</font>
<br><font size=3D2 face=3D"sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; setupRef=
reshHandler(webClient,
cfg); // auto refresh settings</font>
<br><font size=3D2 face=3D"sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; webClien=
t.setThrowExceptionOnScriptError(true);
// option for this and report js errors?</font>
<br><font size=3D2 face=3D"sans-serif">--&gt; &nbsp; &nbsp; &nbsp; &nbsp;We=
bClient.setIgnoreOutsideContent(true);</font>
<br><font size=3D2 face=3D"sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; setupHtt=
pHeaders(webClient,
cfg);</font>
<br><font size=3D2 face=3D"sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; setupOpt=
ions(webClient,
cfg);</font>
<br>
<br><font size=3D2 face=3D"sans-serif">For me the upper 'W' in the marked l=
ine
is wrong (should be lower 'w')</font>
<br><font size=3D2 face=3D"sans-serif">I don't know why it compiles.</font>
<br>
<br><font size=3D2 face=3D"sans-serif">Mit freundlichen Gr=FC=DFen / With b=
est
regards<br>
J=FCrgen Damke<br>
</font>
--=_alternative 00589A30C125712B_=--