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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 555 - 584 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
555
Hi all, Anather patch in Sourceforge. This fixes the Konqueror hang in jsUnitOnLoadTests. Judging on the comments in te code this could bring back issues with ...
Chris Wesseling
chris_wesseling
Offline Send Email
Apr 1, 2006
10:29 am
556
Hi I don't know about you but I always get asked question like "why does the progress bar turn all red with 1 fail out of 4 test?" So I changed the code and...
dh wang
dhwang101
Online Now Send Email
Apr 5, 2006
8:13 pm
557
Hi, Thanks for your work. I'm interested in finding out what JUnit test runner you're using. I've not seen a JUnit test runner that behaves like that. The...
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 5, 2006
8:26 pm
558
My experience with all xUnit testing frameworks is that if any tests fails the the bar is all red for the whole suit. Nate ... From: "Edward Hieatt"...
Nate Kirby
natebkirby
Offline Send Email
Apr 6, 2006
2:32 am
559
Of course the philosophy is 'one fails, everything's broken'. If you would ever consider including such a bastardization, please make it optional and not...
Stefan Andersson
lbsa71
Offline Send Email
Apr 6, 2006
5:53 am
560
... Then it's normal then that when running a standalone_test and one of the browsers has a failing test, the whole testrun stops and all subsequent browsers...
Chris Wesseling
chris_wesseling
Offline Send Email
Apr 6, 2006
8:06 am
561
That's a separate issue - you want all the tests to run, but the run to be reported as a failure if any of the tests fail. I believe the behaviour you describe...
Keith Wansbrough
ksw_dc
Offline Send Email
Apr 6, 2006
8:27 am
562
Hello, I've just returned to jsunit after maybe six months of abstinence, and I find a eclipse plugin! wow, that's great! I managed to install the plugin and...
jakob_fix
Offline Send Email
Apr 6, 2006
9:07 am
563
I have just installed the eclipse plugin, but when I show->Show->JSUnit I get the message: Unable to create view: Plug-in net.jsunit was unable to load class ...
Simon Baker
sjb140470
Offline Send Email
Apr 6, 2006
12:14 pm
564
That should've read Show->View->JSUnit....
Simon Baker
sjb140470
Offline Send Email
Apr 6, 2006
12:44 pm
565
(See an earlier message in this group.) You're probably experiencing the same problem as some others. We haven't tracked it down yet, but some people are...
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 6, 2006
2:42 pm
566
Here's the exception if that helps: java.lang.NoClassDefFoundError: net/jsunit/TestRunListener at java.lang.ClassLoader.defineClass1(Native Method) at...
Simon Baker
sjb140470
Offline Send Email
Apr 6, 2006
3:11 pm
567
Yes, in 2.2 that issue is "fixed". We're not considering changing the progress bar behavior....
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 6, 2006
7:13 pm
568
... Yes, we're looking into this, but it probably won't be in 2.2 BTW, probably something I've incorrectly configured in IE: each time I ... Yes, this is a...
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 6, 2006
7:24 pm
569
... thanks, it's no real bother at the moment, anyway. ... files on My ... Thanks, underneath the "Security" section, there are couple of options, the...
jakob_fix
Offline Send Email
Apr 7, 2006
12:40 pm
570
money with a click try once !! i got a website which is paying money for simply filling the easy forms and applications.if u want to earn money in an easy...
stepy_well
Offline Send Email
Apr 8, 2006
12:41 pm
571
Hi Edward, Firstly, I'd like to thank you very much for the JsUnit. I like it very much. Secondly, I am going to ask a question about it. Is it possible that I...
uhmochi
Offline Send Email
Apr 10, 2006
12:28 am
572
Does the JsUnit Server suit your needs? http://www.edwardh.com/jsunit/documentation/serverOverview.html --KW 8-)...
Keith Wansbrough
ksw_dc
Offline Send Email
Apr 10, 2006
8:25 am
573
... Thanks KW a lot. Yes, JsUnit Server might be choice. But I'm not sure whether I have to install Java? Also I will use a Python script to run the test, not...
uhmochi
Offline Send Email
Apr 10, 2006
9:26 am
574
Yes, you need Java and Ant to use JSUnit Server. Read the docs for more info - it's part of JSUnit, and is well documented. Not sure what you mean by using a...
Keith Wansbrough
ksw_dc
Offline Send Email
Apr 10, 2006
9:31 am
575
... for more ... fatter and fatter. ... not the ... JSUnit ... this - ... Aha, I see. Please forgive me if I didn't make it clear :P Regards, Chi ... script ...
uhmochi
Offline Send Email
Apr 10, 2006
10:21 am
576
JsUnit 2.1 TestRunner Running on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5. Tests testSetUp() and testTearDown() fail....
Edward Stow
edward_stow
Offline Send Email
Apr 10, 2006
11:50 pm
577
I also have just verified that the tests run as expected in IE 6.0. JsUnit 2.1 TestRunner Running on Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; ...
edward_stow
Offline Send Email
Apr 11, 2006
12:18 am
578
Is there a way to write a piece of JavaScript code inside a test that detects whether the code is running inside JSUnit TestRunner? I tried ...
mitchgrrt
Offline Send Email
Apr 14, 2006
7:39 pm
579
The question is, why do you want to do this in the first place? Desiring to detect whether or not your code is running within a test suite is usually a symptom...
James Carr
cloud_strife...
Offline Send Email
Apr 14, 2006
8:53 pm
580
I have installed the JSUnit Alpha version 2.2 and corresponding Eclipse plugin on Windows XP. When running my example HTML test script inside Eclipse, the...
vak1232003
Offline Send Email
Apr 14, 2006
9:29 pm
581
The reason I wanted to detect is pretty simple. If I'm in TestRunner, the green/red bar will tell me if the test passed or failed. If I'm NOT in TestRunner,...
Gart, Mitchell
mitchgrrt
Offline Send Email
Apr 15, 2006
4:33 pm
582
I'm not sure if I ever posted information about this, but in Firefox 1.5, the functions in a page appear to be reported in reverse order. This is a change...
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 16, 2006
7:30 am
583
I agree with James. This may be an issue that people often get confused about, though - Mitch, does this answer your question or would you like further...
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 16, 2006
7:46 am
584
Yes, it could quite possibly be a bug. Since it's not been reported before, and since most people (including me) are testing mainly on Windows, on which there...
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 16, 2006
7:48 am
Messages 555 - 584 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