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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 492 - 522 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
492
... I've committed on Monday, but as I said, it should not have any affect on your side. You might have a look at the documentation in CVS though, the ...
Jörg Schaible
joehni
Offline Send Email
Feb 1, 2006
8:28 pm
493
I've noticed some strange behaviour with Firefox 1.5.0.1 and JsUnit. I'm hoping that someone can confirm this, or help me to isolate it. As far as I can tell,...
James Overton
jamesaoverton
Offline Send Email
Feb 2, 2006
12:34 am
494
Actually, that's an issue I've noticed since the 2.1 release. In the upcoming 2.2 release, that Test Page has been refactored to no longer care which order...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 2, 2006
12:39 am
495
I am using FF 1.5 right now and I too had noticed this behavior. I have no explanation for it though. I don't have any setup or teardown code so I have not...
Jim
diamondcompu...
Offline Send Email
Feb 2, 2006
12:40 am
496
Ok. Thanks to both Edward and Jim. Firefox 1.0.7 doesn't seem to have this problem, and I don't know what changes in Firefox 1.5 would have made the...
James Overton
jamesaoverton
Offline Send Email
Feb 2, 2006
1:18 am
497
... affect on your ... WIth your help I have gotten it working on the client and the server. Is there someplace to contribute the solutions. Couple of versions...
mozillanerd
Offline Send Email
Feb 2, 2006
6:21 am
498
... Fine! ... Sure, just add a patch to http://developer.berlios.de/patch/?group_id=158 ... You're welcome :) - Jörg...
Jörg Schaible
joehni
Offline Send Email
Feb 2, 2006
4:12 pm
499
Is this list for Joerg Schaible's jsunit or Edward Hieatt's? I've posted a patch on sourceforge (Hieatt's jsunit) quite some time ago, and haven't seen any...
Chris Wesseling
chris_wesseling
Offline Send Email
Feb 7, 2006
2:25 am
500
... Would like ... http://developer.berlios.de/patch/?group_id=158 ... Thanks, I will do so as time permits....
mozillanerd
Offline Send Email
Feb 7, 2006
8:39 am
501
... sf.net/tracker/index.php?func=detail&aid=1370441&group_id=28041&atid=391978 ... I have received answers only for jörg's version. I find this version to...
mozillanerd
Offline Send Email
Feb 7, 2006
8:39 am
502
Thanks for opening my eyes. I have only used Edward Hieatt's version and had pretty much abandoned it in favor of selenium. I am going to reevaluate using...
Nate Kirby
natebkirby
Offline Send Email
Feb 7, 2006
4:04 pm
503
Hi Chris, ... For both. In effect the traffic here is a lot higher for Edward's - except the last month :) - Jörg...
Jörg Schaible
joehni
Offline Send Email
Feb 7, 2006
5:38 pm
504
This is the list for Edward Hieatt's JsUnit. I don't mind discussion of other applications, but let's be clear that the intent of this list is the discussion...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 7, 2006
7:49 pm
505
Shankar - I believe this is a bug in the 2.1 release. It has been fixed since then. There's a 2.2 release coming up, but until then you could get the latest...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 8, 2006
6:21 am
506
hi, i'm wondering if there is plan to support JSON in any future release? It doesn't look like supported in the currentl release. also, i'm looking for...
bounaux
Offline Send Email
Feb 14, 2006
6:37 pm
507
What kind of support are you looking for? I use JSUnit for my ajax json testing just fine. Just mock out your xmlhttprequest object's send call and make a...
Jim
jimplush
Offline Send Email
Feb 15, 2006
3:50 pm
508
I'm going back through a lot of JsUnit correspondence that I never attended to properly and I came across your email below. I'm happy to say that in the...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 19, 2006
2:16 am
509
JsUnit version 2.2 is going to be released fairly soon (next month). I've uploaded an alpha version (2.2.alpha.3) so that you can take a look at it if you're...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 19, 2006
3:31 am
511
Keith, Apologies for the delayed response. I agree with all of your suggestions. I've implemented them in JsUnit2.2 - if you check out HEAD, you'll get the ...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 25, 2006
8:21 pm
512
That's great! Thank you very much, and thanks for the detailed feedback. I look forward to trying out JsUnit 2.2 soon. Cheers, --KW 8-) ... From:...
Keith Wansbrough
ksw_dc
Offline Send Email
Feb 27, 2006
11:00 am
513
Hi, I am trying to figure out a way to run jsunit and assoaciated tests without browser interaction, the main goal is to make this part of a build robot and...
Don
ssswdon
Offline Send Email
Feb 27, 2006
5:43 pm
514
Have you looked at the JsUnit server documentation? JsUnit is very automatable for use in a continuous build....
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 27, 2006
5:47 pm
515
Edward, Yes I have but everything seems to indicate that a browser is required, I actually wanted to use some other agent like httpUnit to run the tests, this ...
Don Hill
ssswdon
Offline Send Email
Feb 27, 2006
6:06 pm
516
A browser is certainly required because one of the strengths of JsUnit is that you can run tests in each browser you intend to support. I'm not sure I...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 27, 2006
6:12 pm
517
Don, I am using IeUnit to unit test javascript. Are you developing on Windows? If so you might want to take a look at that option. While it looks on the...
Rembrandt.Kuipers@...
rembrandtkui...
Offline Send Email
Feb 27, 2006
6:37 pm
518
I think what Don wants is automated tests that are run nightly, with logs emailed to various people. I suppose you could use something like Rhino...
James Carr
cloud_strife...
Offline Send Email
Feb 27, 2006
7:02 pm
519
leUnit??? I cannot find any mention of this anywhere. I even looked at www.xunit.org and it now is directed to ObjectMentors Web Site. Can you please direct...
Nate Kirby
natebkirby
Offline Send Email
Feb 27, 2006
8:10 pm
520
... That would be *I*eUnit (with a capital I, as in IE, Internet Explorer). http://ieunit.sourceforge.net/ IeUnit is a simple framework to test logical...
Dan Fabulich
dfabulich
Offline Send Email
Feb 27, 2006
8:17 pm
521
Thanks, IeUnit is quite findable. I feel like bonehead - but it is Monday :) Nate ... From: Dan Fabulich To: jsunit@yahoogroups.com Sent: Monday, February 27,...
Nate Kirby
natebkirby
Offline Send Email
Feb 27, 2006
8:38 pm
522
The JSunit code that is on our system has a java subdirectory. There are .java files in the jsunit/java/src/net/jsunit directory (& a couple of...
sweetietootsie
Offline Send Email
Mar 1, 2006
10:10 pm
Messages 492 - 522 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