I also see that you are using newer versions of libraries than the
distribution:
nekohtml 0.8.1 is distributed with jwebunit-1.2
and js-1.5r4
perhaps you could downgrade thoses libraries.
Martijn
[EMAIL PROTECTED] wrote:
Hello,
I am new to using the JWebUnit framework and a fairly novice Java
pro
This may be an issue with javascript.
Try the following and see what happens.
HttpUnitOptions.setExceptionsThrownOnScriptError(false);
1) This may be an error with the javascript parsing of httpunit or its
required jar files.
2) Maybe a classpath issue.
Just a thought. HTH.
Ni
Hi,
I assume you are running this from the command line. I would check to see
what JDK JAVA_HOME environment variable is set to. I seem to recall that
the java.lang.VerifyError is one that often pops up when you run a class
that requres version 1.x of java with version 1.a. I *think* jWebUnit
s
Hello,
I am new to using the JWebUnit framework and a fairly novice Java
programmer as well so please bear with me.
I was trying to implement a simple test of a web site, basically following
along with the "Quick start" tutorial. My code is as follows:
BoxcarWebTestCase.java:
import net.source