Classification: UNCLASSIFIED Thanks very much...somehow I never noticed the links at the top before....was focussing only in the 'white' area of the webpage &...
Not many people want to programmatically talk to a JsUnitServer through code. If you're like most people, you just want to bring up a JsUnitServer for your...
hi, I am trying to automate my JSUnit tests. I would like to invoke the JSunit server from the web application rather than a local folder. So this is the steps...
Hi, I just tried the new eclipse plugin in Eclipse 3.1.1 under Linux. When I try to add a new browser executable the file browser only shows files with a...
Thanks very much for the feedback. That's a good idea about populating the default list of browsers - we'll take a look at implementing it. As for the .exe...
Hello, I downloaded jsunit and tried to run the example from the website (the multiplyAndAddFive one). I 1) created a file crappy.html in my jsunit/app...
Hi Nate, ... You shouldn't pollute the jsunit tree with your own stuff (unless your expanding/debugging jsunit itself ofcourse) Instead, keep your test along...
Thanks for your help, Chris. Disabling caching worked. ... From: jsunit@yahoogroups.com [mailto:jsunit@yahoogroups.com] On Behalf Of Chris Wesseling Sent:...
In JsUnit 2.2, we've added a "cacheBuster". Whenever a Test Page is request, a parameter called "cacheBuster" is sent along with a value of the current time...
I have been doing a lot of research on jsunit and to my surprise I have found 2, yes your heard it right, can someone explain http://jsunit.berlios.de vs....
I've got another question about the Eclipse plugin. Is there a way to specify the port? It looks like most of the other options are on the preference sheet....
Originally we had a field for the port, and the user could specify it. Then we decided that we don't want the user to have to worry about whether the ...
SourceForge announced last week that they're offering SVN as well as CVS source control. Since many of us prefer SVN to CVS, we have switched to using SVN for...
If you run the server on a machine/port other than localhost:8080, then the value of your submitResults paramter needs to be your machine/port instead of...
I am trying to get the build.xml ant script up and running. I get the following error: "ERROR: Jetty compiled for java1.4 and cannot be run on this JVM. Please...
Version 2.2 alpha 9 and the eclipse plugin version 1.0 alpha is ready for everyone to play with. Rather than upload files to this group, the files are instead...
Hi, Sorry you're having trouble with versions. In JsUnit 2.2 we've moved everything up to Java 5. 2.2 will be released soon; I suggest you try it when it's...
JsUnit 2.2 alpha 11 and Eclipse Plugin alpha 3 have been posted to SourceForge. See http://sourceforge.net/project/showfiles.php?group_id=28041 - Edward ... ...
Hi all, I posted another patch on Sourceforge. It fixes _trueTypeOf() in Konqueror, which in it's turn made a lot of dependant assertiontests fail. Still a...
I just downloaded the jsunit Eclipse plugin and I installed it. But it doesn't seem to work. I created a test.html page and right- clicked on the file and...