Search the web
Sign In
New User? Sign Up
fitnesse
? 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 3251 - 3280 of 14130   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3251
Can you any one please help me on this. It must a small mistake but I cannot find it. I have a presentation this eve , can someone please help me wiht this. ...
abam_1111
Offline Send Email
Jun 1, 2005
5:58 pm
3252
Is there a way to get SummaryFixture to log the test summary to a file? I'd like to do this on my highest level suite. I can then pull this info from the log...
Helck, Christopher
c_helck
Offline Send Email
Jun 2, 2005
3:37 pm
3253
Sure there's a way... Derive and customize. Micah Martin Object Mentor, Inc. www.objectmentor.com...
Micah Martin
slagyr
Offline Send Email
Jun 3, 2005
3:02 am
3254
I believe TestRunner can produce an XML file as output. John Roth ... From: "Helck, Christopher" <chelck.at.ebs.com@...> To:...
yahoogroups@...
jhrothjr
Offline Send Email
Jun 3, 2005
3:30 am
3255
Hmm I'm getting a similar error, except that it works on the wiki page but I get that error when I try to run it using the TestRunner. I was wondering if you...
pcdev05
Offline Send Email
Jun 3, 2005
10:19 pm
3256
Hi all, I've just started using FitNesse, so this might be a very dull question and it's probably some mistake on my end. I installed FitNesse and the wiki...
Francesco Rizzi
fkh1000
Offline Send Email
Jun 4, 2005
11:58 pm
3257
Sorry if this comes across twice. I sent it via email yesterday and it doesn't show up, so I'm re-sending it, this time through the Yahoo group Post page, just...
Frank
fkh1000
Offline Send Email
Jun 5, 2005
12:04 am
3258
First.... It's my fault that your first email took so long to get through. To avoid spam on the list I filter all new posters. Sorry for the inconvenience. ...
Micah Martin
slagyr
Offline Send Email
Jun 5, 2005
12:17 am
3259
That explains it. And, no inconvenience at all. Plus, your suggestion fixed my bugged wiki page, so Thank You ! F.O.R....
Francesco Rizzi
fkh1000
Offline Send Email
Jun 5, 2005
7:35 pm
3260
When running fit I got the following exception in the fit console. java.text.ParseException: Unparseable date: "??, 05 ??? 2005 15:56:56 GMT" at...
sye_2000
Offline Send Email
Jun 6, 2005
6:36 pm
3261
There was a complaint about this a few months ago and I'm afraid it was never resolved. I find the problem odd because Java's portability breaks down here. ...
Micah Martin
slagyr
Offline Send Email
Jun 6, 2005
8:22 pm
3262
I just downloaded the fitnesse_src20050405.zip file, unzipped it, and opened the solution file. But, when I try to compile, it gives me some decidedly strange...
ericheikkila
Offline Send Email
Jun 6, 2005
9:53 pm
3263
It didn't know what namespace 'fit' is because it couldn't compile the fit project in the solution. The reason for this is that the fitnesse.key file is stored...
David Chelimsky
dchelimsky
Offline Send Email
Jun 7, 2005
11:46 am
3264
Cool, that worked. There are, however, 2 broken references (1 in FitServer and 1 TestRunner) that should just be pointing at the fit project. ... ...
Eric Heikkila
ericheikkila
Offline Send Email
Jun 7, 2005
1:49 pm
3265
... Hi, I was able to get some tests running by making explicit usage of locale when creating the SimpleDateFormat, i.e. the SimpleDateFormat("MMM dd, yyyy...
sye_2000
Offline Send Email
Jun 7, 2005
1:55 pm
3266
I had that same problem when I used "build", but when I used "rebuild" all was well....
David Chelimsky
dchelimsky
Offline Send Email
Jun 7, 2005
2:10 pm
3267
AH ok...I just removed the reference and added the reference to the fit project back in, and the little error markes went away. No big deal :)...
Eric Heikkila
ericheikkila
Offline Send Email
Jun 7, 2005
3:06 pm
3268
Cool. Glad you got it working and sorry for the inconvenience. Cheers, David...
David Chelimsky
dchelimsky
Offline Send Email
Jun 7, 2005
3:16 pm
3269
I have many methods in my .Net project that return DataViews to front end code behinds, and would like to be able to test these methods using Fitnesse for...
maggybme
Offline Send Email
Jun 7, 2005
8:41 pm
3270
I'm trying to run a small dot net test with fitnesse but do not get any results on running the test - get yellow coloration with Assertions: 0 right, 0 wrong,...
cassini314
Offline Send Email
Jun 7, 2005
8:53 pm
3271
Here's the approach I use: Instead of returning DataRow from GetTargetClass, return a DataRowWrapper that looks like this (usually I see these in the same file...
David Chelimsky
dchelimsky
Offline Send Email
Jun 7, 2005
8:58 pm
3272
... see if that works. David...
David Chelimsky
dchelimsky
Offline Send Email
Jun 7, 2005
8:59 pm
3273
I have also used that approach as a workaround, though I used a struct as my temporary object. I was hoping to avoid creating one of those for every DataView I...
Maggie Bullington
maggybme
Offline Send Email
Jun 7, 2005
10:27 pm
3274
Hi Maggie, I appreciate the sentiment, but I don't see any other solution in the short term given time constraints and other priorities w/ the .NET Fitnesse ...
David Chelimsky
dchelimsky
Offline Send Email
Jun 7, 2005
10:57 pm
3275
I am working in c#.net How to install fit ? What is the correct version and from where to download? Is it nessary to install fitnesse? I have a production Code...
sundar_s1210
Offline Send Email
Jun 8, 2005
1:51 pm
3276
Thanks - I will definitely look into that and let you know how it goes. I have a little time to investigate stuff right now :) -Maggie ... From:...
Maggie Bullington
maggybme
Offline Send Email
Jun 8, 2005
1:51 pm
3277
Thanks David. Your suggestion gives the following error: RightTriangle? ... System.ApplicationException: Type 'righttriangle' could not be found in...
cassini314
Offline Send Email
Jun 8, 2005
6:29 pm
3278
My $0.02, in case you find them helpful: get FitNesse from the FitNesse website ( http://fitnesse.org/ ) and specifically its Download section: ...
Francesco Rizzi
fkh1000
Offline Send Email
Jun 8, 2005
6:30 pm
3279
I have a RowFixture test that throws a System.StackOverflowException. I tried running the DotNetTestRunner as described on this page:...
Chris Bacon
chrisbacon98
Offline Send Email
Jun 8, 2005
6:30 pm
3280
Hi, all. Our shop has been using FitNesse for a couple of months now, and we've built up a fair size body of tests. We're starting to have a problem with test...
Justin Davis
satorical
Offline Send Email
Jun 8, 2005
6:31 pm
Messages 3251 - 3280 of 14130   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