Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Tools / April 2004

Tip: Looking for answers? Try searching our database.

HttpUnit --> Disabling JavaScript validation

Thread view: 
Jonathan Taub - 19 Jan 2004 18:53 GMT
I'm receiving the following error when running an httpUnit test:

junit.framework.AssertionFailedError: Failed to reach discovery wizard
screen: com.meterware.httpunit.ScriptException: Script
'with(document.discoveryWizardForm)
    {
        schedule[0].checked=true;
        validSchedule(schedule[0].value);
        next();
    }' failed: org.mozilla.javascript.EvaluatorException: The undefined
...
...
...

However, the Mozilla browser doesn't seem to have a problem and it
executes the logic. Is there a way to disable JavaScript
checking/parsing/whatever in HttpUnit?
If so, please state how.
Jean-Daniel Gamache - 11 Feb 2004 15:25 GMT
just remove your js.jar from your class path, it should fix the problem.

> I'm receiving the following error when running an httpUnit test:
>
[quoted text clipped - 14 lines]
> checking/parsing/whatever in HttpUnit?
> If so, please state how.
emmguyot - 04 Apr 2004 19:36 GMT
Here is the right way to disable Javascript :

       HttpUnitOptions.setScriptingEnabled(false);


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.