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 1047 - 1076 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1047
Hi Erik, I am finally able to get back to figuring out this jsunit stuff. Thanks for your suggestions. Still, re: multiple OS¹s ‹ I use VMWare to run...
Selene Platt
seleneplatt
Offline Send Email
Feb 1, 2008
11:04 pm
1048
... Thanks for ... different ... VMWare ... Firebug, ... You'll want to run a JsUnit server on each of those instances. In the build.xml file on each server,...
Erik Hanson
hanson_erik
Offline Send Email
Feb 2, 2008
4:08 pm
1049
Hi does anyone know of a plugin or something for JSUnit and Bamboo? If a test fails in JSUnit I want the continuous build to know..and possibly fail. I can...
ohtesting1
Offline Send Email
Feb 8, 2008
12:27 am
1050
Hello, does anyone know if it's possible to use the latest version of JUnit (4.x) with JSUnit 2.2 alpha? I need to upgrade my JUnit for other tests. Thx!...
ohtesting1
Offline Send Email
Feb 8, 2008
12:27 am
1051
Hello, I've just started using jsUnit and have run into a problem comparing form values. I did find this note from 2004: ...
seleneplatt
Offline Send Email
Feb 9, 2008
1:04 am
1052
Well, two arrays (or any other non-primitive objects) in javascript aren't equal, even if they contain the same values, unless they are actually the same...
Jonathan Hurshman
jhurshman
Offline Send Email
Feb 9, 2008
3:34 am
1053
Also, note that more recent alpha versions of JsUnit contain assertArrayEquals which will do what you want. Erik...
Erik Hanson
hanson_erik
Offline Send Email
Feb 9, 2008
7:47 pm
1054
Thank you, I believe I do have the latest version of jsunit (it's the primary one listed on sourceforge, dated March 23, 2006. However, when I refer to...
seleneplatt
Offline Send Email
Feb 12, 2008
4:23 am
1055
... There are some newer changes in the still-unreleased alpha versions. Try checking out a more recent build with subversion: svn co...
Erik Hanson
hanson_erik
Offline Send Email
Feb 12, 2008
6:28 am
1056
I believe that JSUnit includes a component that will run a JSUnit suite as if it were a JUnit test suite. This component should allow you to run JSUnit in...
Jeremy Yun
j2yun
Offline Send Email
Feb 14, 2008
3:23 pm
1057
We use ANT / Cruisecontrol for our builds, and an XSLT transform to convert the JSUnit output XML into standard JUnit format, which cruisecontrol can report...
Patrick Myles
patrick_t_myles
Offline Send Email
Feb 15, 2008
3:48 pm
1058
Hi. My second post to the list. I hope this hasn't been discussed before (I failed to find it if so). The goal: - write jsUnit tests that run both in-browser...
Fredrik Wendt
fredrik.wendt
Offline Send Email
Feb 15, 2008
5:00 pm
1059
Hi list, my first post. Is there a reason to why there's no assertNotEquals in version 1.3? Thanks in advance, Fredrik Wendt...
Fredrik Wendt
fredrik.wendt
Offline Send Email
Feb 15, 2008
5:00 pm
1060
Looks like you have the wrong list...this list is for www.jsunit.net....
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 15, 2008
5:02 pm
1061
Hi, I think you might have the wrong list. This list is for discussion of JsUnit as available at www.jsunit.net....
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 15, 2008
5:02 pm
1062
Hi Fredrik, ... You need a browser if your JavaScript code touches DOM objects. Otherwise not necessarily. Cannot say about jsunit.net. ... You can use AJAX....
Jörg Schaible
joehni
Offline Send Email
Feb 16, 2008
1:16 am
1063
Hi Frederik, ... It was not part of JUnit and therefore not added in first place and you've been the first one asking ;-) It's in now. - Jörg...
Jörg Schaible
joehni
Offline Send Email
Feb 16, 2008
1:16 am
1064
Hi, As I wrote in my post, I'm inspired by how jsunet.net provides a way to perform distributed testing and consider using that to make sure we don't "lose" a...
Fredrik Wendt
fredrik.wendt
Offline Send Email
Feb 16, 2008
4:51 pm
1065
I run the JsUnit aggregate server for running distributed tests across multiple platforms. While the framework doesn't support what you're doing as a feature,...
Ross Simpson
eldoclimber
Offline Send Email
Feb 17, 2008
11:17 pm
1066
Hi I am trying to execute JSUnit test cases as part of our automated build process. For now I am trying to use the test suite and cases that come with JSUnit...
Siddharth Singhvi
sid_singhvi
Offline Send Email
Feb 18, 2008
8:03 pm
1067
... [snip] ... write ... We went with this approach and basically added an AJAXReporter that is executed after the runner has done it's job. It works quite...
Fredrik Wendt
fredrik.wendt
Offline Send Email
Feb 21, 2008
3:48 pm
1068
Hello all, The main-frame.html document displays badly in the browser. When the font size is manually increased, the overflow gets truncated from the...
hubert.kauker
Offline Send Email
Feb 27, 2008
4:55 pm
1069
Hello all, The main-frame.html document displays badly in the browser. When the font size is manually increased, the overflow gets truncated from the...
Kauker, Hubert
hubert.kauker
Offline Send Email
Feb 27, 2008
4:55 pm
1070
JsUnit 2.1 doesn't work in Firefox 3 Beta 3 it seems. Does 2.2 support Firefox 3?...
dhwang101
Offline Send Email
Feb 28, 2008
3:50 pm
1071
Here's an interesting article http://blogs.msdn.com/ericlippert/archive/2005/05/04/414684.aspx [quote] I do not know of any way to enumerate global functions...
dhwang101
Offline Send Email
Feb 28, 2008
3:51 pm
1072
According to this link http://www.jsunit.net/documentation/testSuites.html I need to point the testRunner.html to an HTML where I compile the list of TestPages...
carlos_aguayo2002
carlos_aguay...
Offline Send Email
Mar 4, 2008
4:58 am
1073
you could generate a TestSuite.html page using some bash magic something like (not perfect, but you get the point; if anyone can come up with the correct bash...
timander37
Offline Send Email
Mar 4, 2008
3:05 pm
1074
This Maven 2 integration with JSUnit 1.3 is pretty fancy. But how do I run these tests in a debugger? I know Rhino *has* a debugger, but it's not obvious how...
Dan Fabulich
dfabulich
Offline Send Email
Mar 7, 2008
4:58 pm
1075
... Here's an update on the problems with Firefox 3 Beta support: 1. There appears to be what some consider a bug in Firefox 3 in which JS access across frames...
Edward Hieatt
edwardhieatt
Offline Send Email
Mar 8, 2008
4:38 pm
1076
Hi Dan, ... Simply create an AllTest.js that includes the same sources in same sequence and run it outside of Maven in the debugger. - Jörg...
Jörg Schaible
joehni
Offline Send Email
Mar 11, 2008
1:32 am
Messages 1047 - 1076 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