Search the web
Sign In
New User? Sign Up
jsunit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 375 - 404 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
375
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...
Jaswant
jsjasrotia
Offline Send Email
Mar 14, 2005
11:20 am
376
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...
J. David Beutel
david_beutel
Offline Send Email
Mar 16, 2005
4:33 am
377
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...
J. David Beutel
david_beutel
Offline Send Email
Mar 16, 2005
4:52 am
378
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...
hj_dhi
Offline Send Email
Mar 16, 2005
11:56 pm
379
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"...
Edward Hieatt
edwardhieatt
Offline Send Email
Mar 17, 2005
3:00 am
380
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 ...
Howard Jess
hj_dhi
Offline Send Email
Mar 17, 2005
7:50 pm
381
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...
J. David Beutel
david_beutel
Offline Send Email
Mar 17, 2005
8:32 pm
382
... Oops, I should have written <exclude name="**/*TestTest.java" unless="end.to.end.test"/> Also, maybe printsummary="withOutAndErr" would have been better...
J. David Beutel
david_beutel
Offline Send Email
Mar 18, 2005
2:21 am
383
... It's using Jetty 4.2.x, which seems to require at least JDK 1.2. Cheers, 11011011...
J. David Beutel
david_beutel
Offline Send Email
Mar 18, 2005
3:13 am
384
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Mar 18, 2005
3:36 am
385
Right, that test suite is the "non-declaration" test suite. The "declaration" test suite URL is: ...
Edward Hieatt
edwardhieatt
Offline Send Email
Mar 18, 2005
3:53 am
386
I get this error from StandaloneTestTest intermittently: java.lang.NullPointerException at net.jsunit.StandaloneTest.verifyLastResult(StandaloneTest.java:102) ...
J. David Beutel
david_beutel
Offline Send Email
Mar 19, 2005
12:41 am
387
... 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...
Howard Jess
hj_dhi
Offline Send Email
Mar 19, 2005
1:35 am
388
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...
jc_hearn
Offline Send Email
Mar 21, 2005
3:16 pm
389
On Mon, 21 Mar 2005 15:16:35 -0000, jc_hearn ... Ok, details please. :) Thanks, -Mike...
Mike Vincent
vee2d2
Offline Send Email
Mar 21, 2005
4:16 pm
390
... Hi, Please send me some details. Thanks. Normand...
Normand Savard
nsavard1961
Offline Send Email
Mar 21, 2005
7:22 pm
391
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,...
J. David Beutel
david_beutel
Offline Send Email
Mar 24, 2005
11:05 pm
392
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...
J. David Beutel
david_beutel
Offline Send Email
Mar 25, 2005
8:14 am
393
... Do you Yahoo!? Yahoo! Small Business - Try our new resources site!...
Subbarao Nadendla
subbu532
Offline Send Email
Mar 25, 2005
11:48 am
394
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...
Howard Jess
hj_dhi
Offline Send Email
Mar 25, 2005
6:45 pm
395
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...
hj_dhi
Offline Send Email
Mar 29, 2005
7:08 pm
396
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....
ceeawc
Offline Send Email
Apr 6, 2005
9:06 am
397
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,...
eddie_parker_am_i
eddie_parker...
Offline Send Email
Apr 7, 2005
4:31 pm
398
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...
eddie_parker_am_i
eddie_parker...
Offline Send Email
Apr 7, 2005
5:35 pm
399
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...
eddie_parker_am_i
eddie_parker...
Offline Send Email
Apr 7, 2005
5:40 pm
400
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 7, 2005
5:51 pm
401
Help! Below is a *very* simple suite of test pages: succeed.html: test function calls assertTrue(...,true) fail.html: test function calls...
Howard Jess
hj_dhi
Offline Send Email
Apr 7, 2005
6:35 pm
402
... I don't know if this is the problem you're seeing (a stack trace would help), but for JDK 1.5 you will need this patch: ...
J. David Beutel
david_beutel
Offline Send Email
Apr 7, 2005
8:37 pm
403
You are a beautiful man! Thanks so much, that's exactly my problem....
eddie_parker_am_i
eddie_parker...
Offline Send Email
Apr 7, 2005
8:53 pm
404
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...
J. David Beutel
david_beutel
Offline Send Email
Apr 13, 2005
6:06 am
Messages 375 - 404 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help