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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 911 - 940 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
911
I can't get IE to close with jsunit property closeBrowsersAfterTestRuns=true...
Justin
jrocknscooter
Offline Send Email
Jul 18, 2007
10:11 am
912
jsUnit, great tool. thx I have found that as the eclipse plugin uses the external browser it is has some annoying behaviours, at least for quickly running...
r2914c
Offline Send Email
Jul 18, 2007
10:12 am
913
s = (""+window.location).replace("file:///C:…",'localhost'); if (s.indexOf("cacheBuster")<0) window.location = `http://localhost/jsunit/testRunner.html? ...
r2914c
Offline Send Email
Jul 18, 2007
10:12 am
914
Hi to all, I am testing simple javascript example using jsunit.I have not seen any bar. What to write in "Enter the file name of test page to be run" in...
manderewp singh
er_mandeep_b...
Offline Send Email
Jul 18, 2007
10:13 am
915
Hello, I have exactly the same problem with Safari! Does anybody know an answer to that problem? Thanks! ... ...
christoph_steinwachs
christoph_st...
Offline Send Email
Jul 18, 2007
10:13 am
916
Does anybody know why the test example of jsunit "jsUnitTestLoadStaff.hmtl" fails in IE 7? Thanks in advance!...
christoph_steinwachs
christoph_st...
Offline Send Email
Jul 18, 2007
10:14 am
917
Hello everyone. I have run into an issue trying to run the standalone server. I invoke it through the command "ant standalone_test", which results in a ...
ixchael
Offline Send Email
Jul 25, 2007
4:16 pm
918
... That means you're trying to run code compiled for Java 5 (JDK 1.5) under a JDK 1.4 virtual machine. -- ... * George Dinwiddie *...
George Dinwiddie
gdinwiddie
Offline Send Email
Jul 25, 2007
5:02 pm
919
Yeah, I found out later that the version used to compile it was 1.5. I opened the jar file in a ZIP editor and looked in the manifest file. The funny thing is,...
ixchael
Offline Send Email
Jul 26, 2007
3:06 pm
920
Hi, I struggled with the same problem for a while, and finally came up with a solution. Safari seems to use the file scheme instead of the http scheme for...
Ross Simpson
eldoclimber
Offline Send Email
Jul 28, 2007
9:34 am
921
Hello, I am working on implementing JsUnit in server mode. I have configured a central server that runs JsUnit in farm server mode, and currently have one...
Ross Simpson
eldoclimber
Offline Send Email
Jul 31, 2007
5:22 am
922
hi all, I made the required changes in build.xml as the documentation of the project. but when i tried to execute ... I got an error complaining about a...
eduardoschettino
eduardoschet...
Offline Send Email
Aug 2, 2007
4:34 pm
923
Hi, I had the same issue using test suites. I wanted to load pages into the suite that were relative to the suite, not to the testRunner. I also wanted to...
peterciuffetti
Offline Send Email
Aug 9, 2007
11:42 pm
924
Hi! At the moment I'm running my JsUnit tests with the ant tasks "standalone_test" and "distributed_test". Everthing runs prefect! I read in the documentation...
christoph_steinwachs
christoph_st...
Offline Send Email
Aug 14, 2007
3:40 pm
925
Hi Chris, I do that very thing, using a suite. Simply extend TestCase and define a suite() method: public static Test suite() { TestSuite suite = new...
Ross Simpson
eldoclimber
Offline Send Email
Aug 14, 2007
8:27 pm
926
Hi Ross, at first thank you very much for your reply! When I run the test from JUnit I get an initializationError. JUnit doesn't use the properties in...
christoph_steinwachs
christoph_st...
Offline Send Email
Aug 15, 2007
2:14 pm
927
Chris, You are correct; JUnit doesn't use (nor know about) build.xml. Those properties in build.xml are actually just set as system properties by ant. What I...
Ross Simpson
eldoclimber
Offline Send Email
Aug 15, 2007
6:32 pm
928
Hi everyone, Thanks to a suggestion from Dean McNamee and Dan Pupius, we've improved the way JsUnit detects test functions in IE. Previously, JsUnit was forced...
Erik Hanson
hanson_erik
Online Now Send Email
Aug 16, 2007
3:15 am
929
Hi Ross, I defined the properties but I got this initializationError again: java.lang.NoClassDefFoundError: org/jdom/Content at...
christoph_steinwachs
christoph_st...
Offline Send Email
Aug 16, 2007
8:28 pm
930
Hello, I have code to download a file to a portable mp3 player and want to test it, but the download function returns right away, sending back information via...
drdasher
Offline Send Email
Aug 17, 2007
8:58 pm
931
... JsUnit is designed to not let you hold up the test runner (it's designed for fast, focused unit tests). But that doesn't mean it can't help you in this...
Erik Hanson
hanson_erik
Online Now Send Email
Aug 20, 2007
2:05 am
932
Chris, I have not seen the problem you describe. I use maven as a build system, which launches JUnit for me. I'm guessing it does some initialization. The...
Ross Simpson
eldoclimber
Offline Send Email
Aug 22, 2007
2:46 am
933
I am running Eclipse on Vista, and have gotten the JsUnit test runner and plugin successfully working, save one exception. The plugin does not work with IE7....
wxffle
Offline Send Email
Aug 24, 2007
4:20 am
934
It seems svn:externals on jsunit/trunk/jsunit/app should be changed from: css https://svn.sourceforge.net/svnroot/jsunit/trunk/jsunit/css to: css...
matthewlmcclure
Offline Send Email
Aug 26, 2007
3:42 pm
935
You're right. I've changed it....
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 26, 2007
6:56 pm
936
Hej, does anybody read the patch section on the sourceforge page? There weren't any answers to other patches. Anyway, you can find my patch there: ...
cvogt_az
Offline Send Email
Sep 13, 2007
2:40 am
937
I have a Firefox extension, originally based on a Greasemonkey script and now grown into a behemoth. I'm looking for UT tools. I've not done any Javascript...
edwhuk
Offline Send Email
Sep 13, 2007
2:40 am
938
I m using jsunit to test my application.. at present i m using testrunner.html to run the tests... PLease tell me any one how to automate jsunit. thanks in...
sai.dasari
Offline Send Email
Sep 13, 2007
2:40 am
939
Sometimes I have noticed that JSUnit will show errors when running a test even if the errors have already been caught an dealt with within a try/catch block. ...
khmer440
Offline Send Email
Sep 13, 2007
2:40 am
940
Edward -- Since Greasemonkey scripts are just plain old JavaScript, they're definitely testable using using JsUnit. I haven't played with Firefox extensions...
Xian
antixian666
Offline Send Email
Sep 13, 2007
9:25 pm
Messages 911 - 940 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