Hi All, I have build a test script and I run it through the testRunner.html. I have build around 3 tests. After the run, when all the tests have passed how do...
Thanks for the great tool! I'm trying to use it distributed now. The DistributedTestTest fails under JDK1.5_01 (Windows 2000), even though it works under...
I noticed the run_self_tests target is not using the junit task. Is there a reason? It looks like this: <java classname="junit.textui.TestRunner"> <classpath...
All -- I'm a rank amateur with JSUnit, but I've been successful, so far, in running the DOM Test Suite with Firefox, Internet Explorer, and Opera. Safari is...
JsUnit does support Safari, but only if your Test Pages use the "declaration" mechanism of defining Test Functions. See the "Test Functions and Test Pages"...
Hi Edward -- ... Thank you for the quick reply; yes, the pages *do* use declare their test functions. Are you familiar with how the DOM Test Suite pages are ...
I'd like to make some patches to JsUnitServer using JDK 1.4 API and/or language features (e.g., asserts). But, JsUnit's javac target is 1.1. Does JsUnitServer...
... Oops, I should have written <exclude name="**/*TestTest.java" unless="end.to.end.test"/> Also, maybe printsummary="withOutAndErr" would have been better...
There's no reason I know of that we can't move to 1.4. Anyone else have an opinion? The compatibility with Mac OS 9 was just for IE, you're right. I've not...
I get this error from StandaloneTestTest intermittently: java.lang.NullPointerException at net.jsunit.StandaloneTest.verifyLastResult(StandaloneTest.java:102) ...
... Thanks; this does run, but not very successfully for me; errors are below. Is this expected? ... I've found the mailing list for the suite; although I...
We have developed a PHP wrapper for JSUnit that allows us to do our PHP and Javascript testing all within the JSUnit framework. If anyone is interested, I...
I just noticed that jsUnitDeclFrameworkUtilityTests.html:testStackTrace fails on NS 6.2.3 (W2K SP4 JsUnit 2.1) when I run jsUnitTestSuite (both Decl and not,...
Hi Edward, I've made some patches to help me set up permanent distributed test servers that can be used for various tests. These patches are relative to CVS...
I'm still quite unsuccessful at getting the DOM TS to run from Safari; however, the problem has expanded: from Safari, running the JSUnit test suite itself...
I don't know if this is a known issue for JSUnit and Internet Explorer; but here's what I've found: IE is sensitive to the method you use to define your test...
Hi there, we've recently integrated our jsunit tests with the rest of our build by making use of your StandaloneTest ant target - what a great feature, thanks....
Hello! I'm having a bit of an issue trying to get distributed tests to run. Namely, when I run the ant task 'distributed_test', I get a long exception,...
Further to this, I'm using JDK version 1.5.0_02 to compile this. Is there any good way to 'debug' this, considering I'm not familiar with Java? i.e., can I...
Ah! Not sure if this helps, but I found that submitRequestTo ends up creating a request to a servlet, runner. If I run that link in IE, or what have you, it...
I've not heard of this problem, but with regard to your question on debugging it, all the Java source is bundled with the distribution. I'd just fire it up in...
Hi Edward, The patch at the end of this email is based on Erik Hanson's http://groups.yahoo.com/group/jsunit/message/278 needed and tested on Mac OS 10.3.2, to...