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 712 - 741 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
712
I think I may have answered my own question on this. Suppose I wanted to test an asynchronous notification. The observer was notified 2 hours after the request...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 1, 2006
9:01 pm
713
Hi, Ole. Have you found solution for that?...
pakyoungrok
Offline Send Email
Oct 2, 2006
2:41 pm
714
I think it's a bug in the plugin. I sent the stack trace to Edward, but have yet to hear anything. Cheers, - Ole ... ...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 2, 2006
5:11 pm
715
I found the reason. Classpath setting was wrong. I downloaded the source and found some mismatch. open plugin.xml -> Runtime tab -> Classpath, lib/jdom.jar,...
Youngrok Pak
pakyoungrok
Offline Send Email
Oct 4, 2006
3:37 am
716
the second solution doesn't work. you may have to do what i did. i attached fixed plugin. try it....
Youngrok Pak
pakyoungrok
Offline Send Email
Oct 4, 2006
3:46 am
717
Oh Cool - Nice work! Thanks for posting back. I'll give it a shot. Thanks again, - Ole ... __________________________________________________ Do You Yahoo!? ...
Ole Ersoy
ole_ersoy
Offline Send Email
Oct 4, 2006
4:25 am
718
Hi guys, I have been using jsUnit for quite some time and I really enjoy it. It is an invaluable tool for any type of JavaScript development. I have been...
Hristo Deshev
madmuncho
Offline Send Email
Oct 10, 2006
2:59 am
719
Hi, Are you familiar with setUpPage? It might help you here. Here's a quote from the documentation at jsunit.net: JsUnit supports another kind of setUp...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 10, 2006
3:15 am
720
Hi, I'm new to jsUnit, and I'm trying to run it in XULRunner 1.8.0.4 (essentially a gecko-engine designed for standalone applications). When I open up...
Buddha Buck
buddhabuck
Offline Send Email
Oct 10, 2006
2:45 pm
721
Awesome! Thanks Edward! I'm posting my wait function -- maybe it will be of some use to others trying to use jsUnit with Atlas: //wait for Sys.Runtime to...
Hristo Deshev
madmuncho
Offline Send Email
Oct 10, 2006
2:46 pm
722
... I can offer a workaround: you can pass the test page as a parameter to the testRunner: file:///foo/bar/jsunit/testRunner.html?testpage=file:///foo/bar/ ...
Erik Hanson
hanson_erik
Offline Send Email
Oct 12, 2006
1:51 pm
723
Hi everyone, I'm using the Eclipse plugin 1.0_alpha3 and JsUnit 2.2_alpha18. Everything works fine, but trace messages (info[rm], warn, debug) do not appear in...
ivanm000
Offline Send Email
Oct 13, 2006
12:56 am
724
Tracing is output to a window while you're running the tests manually. The traces don't get written to any persisted logs or reported to Eclipse. We're...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 13, 2006
1:27 am
725
Hi all, I am running some jsunit tests using ant which starts a Mozilla - firefox 1.5. And I realised that the build is successful if there are syntax errors...
adam dallis
d_dallis_gr
Offline Send Email
Oct 13, 2006
2:51 pm
726
If there are syntax errors that are "bad" enough such that the browser cannot parse the Test Functions, then the browser reports that there are no functions in...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 13, 2006
3:12 pm
727
For me, the following removed the Active Content blocking: Tools -> Internet Options -> Advanced. Look for Security section and check "Allow active content to...
ivanm000
Offline Send Email
Oct 14, 2006
1:20 am
728
I created the Test page and tried running it from Test runner. Test Runner is unable to recognize the file. It says check that it exists. I have put Test...
anuadari
Offline Send Email
Oct 14, 2006
1:23 am
729
Thanks for your answer, I would love to help guys Just tell me how Best regards Adam ... __________________________________________________ Do You Yahoo!? ...
adam dallis
d_dallis_gr
Offline Send Email
Oct 14, 2006
4:28 pm
730
I will try it on monday and I will tell you the result. Thank you for taking time to answer Adam. ... __________________________________________________ Do You...
adam dallis
d_dallis_gr
Offline Send Email
Oct 14, 2006
4:28 pm
731
I think your error is easy to solve. Try putting the jsUnitCore.js in the same directory as the html and then change your path on the html to be like this ...
adam dallis
d_dallis_gr
Offline Send Email
Oct 14, 2006
4:35 pm
732
Yes that works. Thanks a lot if I can help with anything dont hesitate to contact me. You have my email. thanks again Adam ... ...
adam dallis
d_dallis_gr
Offline Send Email
Oct 15, 2006
3:20 pm
733
Hi all, I was wondering if there are Mock objects in jsUnit? Because now I am creating empty objects in the test files and it is not optimal. Thank you all ...
adam dallis
d_dallis_gr
Offline Send Email
Oct 15, 2006
3:23 pm
734
Hi, We use mock objects in JsUnit a lot. I'm not sure exactly what you mean by "are there mock objects?", though. Javascript is a dynamic, loosely typed ...
Edward Hieatt
edwardhieatt
Offline Send Email
Oct 15, 2006
4:40 pm
735
Your answer was 100% what I was looking for thanks. Take care Adam ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
adam dallis
d_dallis_gr
Offline Send Email
Oct 16, 2006
3:20 pm
736
If kept silent about account to use Mock of the side JavaScript, you can use http://jsmock.sourceforge.net/. There are also tests units with. David...
David
davidbo5
Offline Send Email
Oct 17, 2006
4:55 am
737
That looks great thanks. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
adam dallis
d_dallis_gr
Offline Send Email
Oct 17, 2006
2:43 pm
738
Hi Adam, Many Thanks for your help!!! I copied the jsUnitCore.js file to the folder where my Testpage is residing. Added "<script language="javascript" ... is...
anuadari
Offline Send Email
Oct 18, 2006
8:18 pm
739
Hi Adam, Here is some more info - There are some sample tests that come with junit under tests folder. I tried running them from Testrunner and they ran...
anuadari
Offline Send Email
Oct 18, 2006
8:20 pm
740
Dear Anu, I tried you example and it works fine on my PC, I am not sure what is going on. Which internet explorer do you use and what OS? Try another explorer...
adam dallis
d_dallis_gr
Offline Send Email
Oct 19, 2006
2:55 pm
741
Hi Adam, As it worked for you. I tried re-installing jsunit and then restarted my machine and did the below exercise and it worked!!! Thanks for giving me the...
anuadari
Offline Send Email
Oct 19, 2006
5:03 pm
Messages 712 - 741 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