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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 175 - 204 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
175
Can someone offer a suggestions as to why this TestSuite (below) won't run? When I try it in the Mozilla debugger, it says <html>anonymous() in ...
dcorbin_work
Offline Send Email
Jun 3, 2003
5:21 pm
176
function testAlpha() { info("Alpha 1") setValue("criteria","levelCount","2") setValue("criteria","itemCount", "1") info("Alpha 2") } When this test runs, I get...
dcorbin_work
Offline Send Email
Jun 4, 2003
12:05 pm
177
The function is "inform", not "info". This has caused confusion a few times, so I'm going to add an "info" function to the next release. (It will just call...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 4, 2003
2:07 pm
178
Are suites not working at all for you, or is it just this particular one? What exact browser/platform are you running on? - Edward ... From: "dcorbin_work"...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 4, 2003
2:29 pm
179
It's just that one. I tried one from the tests, and it works fine. ... one? ... won't ... function" ... src="/home/dcorbin/projects/cms/Automate/target/we ...
dcorbin_work
Offline Send Email
Jun 4, 2003
5:37 pm
180
Ah.. Thanks. ... (It will ... http://docs.yahoo.com/info/terms/...
dcorbin_work
Offline Send Email
Jun 4, 2003
5:38 pm
181
Sorry. I forgot to say I'm using Mozilla 1.3a on Linux...
dcorbin_work
Offline Send Email
Jun 4, 2003
5:38 pm
182
I seem to have tremendous problems with timeouts. I have a page which loads by itself just fine. But when I try to run it in the TestRunner, all I get is a...
dcorbin_work
Offline Send Email
Jun 10, 2003
1:48 pm
183
... Murphy's law. I solve it shortly after posting. The path to my .js file containing all the tests was wrong....
dcorbin_work
Offline Send Email
Jun 10, 2003
2:26 pm
184
I get this in Mozilla (4 times) whenever I run a test. I thought I could correct it by changing where certain LINK tags are written out to have a type, but it...
dcorbin_work
Offline Send Email
Jun 11, 2003
1:42 pm
185
I continue to have problems with my TestSuite, posted a week ago (or so). It just doesn't seem to run. Also, as I've tried to debug JsUnit (unsuccessfully),...
dcorbin_work
Offline Send Email
Jun 11, 2003
1:44 pm
186
Perhaps you could post an example of a test that is having problems in this way? ... From: "dcorbin_work" <david.corbin@...> To:...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 12, 2003
2:22 am
187
Could you post an example that is as small and simple as possible but that produces the problems you are having? ... From: "dcorbin_work"...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 12, 2003
2:23 am
188
It happens with tests/jsUnitAssertionTests.html from the distribution. Actually, it seems to be test-independent. ... in this ... ...
dcorbin_work
Offline Send Email
Jun 12, 2003
7:55 pm
189
I attempted to run three of JSUnit 1.3.3 self tests on recent or new versions of 8 different browsers. The tests run were: jsUnitTestSuite.html, a basic check...
Curt Arnold
pretzllboy
Offline Send Email
Jun 13, 2003
6:11 am
190
(shame!) It works. While trying to prepare the "sample test case", I ran across a few problems. 1) I had the path wrong for the TestPages 2) I had my...
dcorbin_work
Offline Send Email
Jun 13, 2003
12:42 pm
191
I've been dabbling with JsUnit enough to get TDD going on my web applciation for the client-side. I know have a framework that will work well for me, I think,...
dcorbin_work
Offline Send Email
Jun 13, 2003
1:00 pm
192
The observations of another user (not a JsUnit developer) ... I proposed adding an analog of the TestCase class while we were trying to get a resolution to...
Curt Arnold
pretzllboy
Offline Send Email
Jun 13, 2003
1:56 pm
193
Recently I added some features to JsUnit that I needed for some work I was doing. I think they're useful enough to warrant a new release soon. An early...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 13, 2003
3:07 pm
194
... I'll look for it when I have some time. Thanks. ... In JsUnit, according to the documentation, the executing one test method will effect the environment...
dcorbin_work
Offline Send Email
Jun 13, 2003
5:11 pm
195
... instead of "submitResults=true", about "submitResults=<url>". Aside from being more flexible, (I can see someone want to build a servlet that does analysis...
dcorbin_work
Offline Send Email
Jun 13, 2003
5:29 pm
196
I'd love to get the test results in XML for the DOM TS work. I had thought about creating another button that would display an XML rendered in HTML so that...
Curt Arnold
pretzllboy
Offline Send Email
Jun 13, 2003
11:48 pm
197
Sounds good. Perhaps <url> could be optional, and override the default URL (net.jsunit.ResultServlet). I've also had a request (off the group) for ability to...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 14, 2003
1:50 am
198
Great idea. I'll work on the net.jsunit.ResultServlet code so you can ask it for XML. Any particular XML tag names you'd like to see? Here's one suggestion,...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 14, 2003
1:54 am
199
... Ant provides an XML formatter for JUnit runs and also tools to merge the XML from multiple runs. I'm really fading right now or I would try to create a...
Curt Arnold
pretzllboy
Offline Send Email
Jun 14, 2003
4:41 am
200
The following is a sample XML output from Ant's JUnit tasks (with a lot of property values removed). <?xml version="1.0" encoding="UTF-8" ?> <testsuite...
Curt Arnold
pretzllboy
Offline Send Email
Jun 16, 2003
4:28 am
201
Hi Curt, ... You can run the complete suite inside a browser, too. Despite Edward's version JsUnit 1.2 beta from http://developer.berlios.de/projects/jsunit ...
Jörg Schaible
joehni
Offline Send Email
Jun 16, 2003
4:51 pm
202
I'm worried that using a servlet to accept results is going to be cumbersome. If we use a servlet, people will have to have a web server and an app server...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 18, 2003
5:01 pm
203
Perhaps simply writing the results to a file? Stephen...
stephensjolander
stephensjola...
Offline Send Email
Jun 18, 2003
11:16 pm
204
... Without using a something browser-specific like a COM component, you should not have write access to the local file system from within a browser. ... I not...
Curt Arnold
pretzllboy
Offline Send Email
Jun 19, 2003
1:23 am
Messages 175 - 204 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