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 8681 - 8710 of 14129   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8681
Is there a way to employ an Import fixture in conjunction with a DoFixture? To illustrate, the following wiki is the intention, but will not work because the...
Dassing, Andrew
andydassing
Offline Send Email
Aug 1, 2007
8:16 pm
8682
Oh, and I also tried the latest source release available from http://www.fitnesse.org/FitNesse.DownLoad but that one also fails its unit tests. Lasse -- Lasse...
Lasse Koskela
lassekoskela
Offline Send Email
Aug 1, 2007
9:38 pm
8683
Hi all, I just tried to checkout Fitnesse from the Subversion repository at SourceForge and found that the tests are failing in trunk. I also tried downloading...
Lasse Koskela
lassekoskela
Offline Send Email
Aug 1, 2007
9:40 pm
8684
Post the error messages. I had trouble with the unit tests until I configured the environment properly. Are you using Eclipse or NetBeans? ...
Dassing, Andrew
andydassing
Offline Send Email
Aug 1, 2007
9:48 pm
8685
Can't you have a method in your DoFixture class that returns an Import Fixture? Never tried it but use it all the time with Row Fixtures... Tim...
Tim Walker
tbone9992
Offline Send Email
Aug 1, 2007
11:07 pm
8686
Hi Andy, The idea of an Import fixture is to avoid including the full class names in tables. The idea of DoFixture in flow is to avoid including any class...
Rick Mugridge
rickmugridge
Offline Send Email
Aug 1, 2007
11:18 pm
8687
Hi Andrew, I hope I've answered some of this in my recent post on Import and DoFixture. Cheers, Rick...
Rick Mugridge
rickmugridge
Offline Send Email
Aug 1, 2007
11:53 pm
8688
Hi Tim, You could have your first DoFixture include code to have the same effect as the Import.table. Eg, in Java: public class MySession extends DoFixture { ...
Rick Mugridge
rickmugridge
Offline Send Email
Aug 1, 2007
11:53 pm
8689
Hi Andrew, I'd guess it would be in DoTraverse.interpret(). Cheers, Rick...
Rick Mugridge
rickmugridge
Offline Send Email
Aug 1, 2007
11:58 pm
8690
Hi Jacques, That would be handy, thanks. Cheers, Rick...
Rick Mugridge
rickmugridge
Offline Send Email
Aug 2, 2007
12:04 am
8691
Thank you very much for this clarification Rick. Best regards, Tim...
Tim Walker
tbone9992
Offline Send Email
Aug 2, 2007
12:52 am
8692
Your points are well taken, but the rub is that we're refactoring hundreds of pages of tests to migrate from FitNesse 2005 to the current. Our initial...
Dassing, Andrew
andydassing
Offline Send Email
Aug 2, 2007
1:12 pm
8693
Hi Andrew, I'm an Eclipse user but the build fails from command line, too. ... ~/workspace/fitnesse $ svn info URL:...
Lasse Koskela
lassekoskela
Offline Send Email
Aug 2, 2007
8:47 pm
8694
The key line is: [junit] Tests run: 748, Failures: 1, Errors: 0, Time elapsed: 26.889 sec The failure is that a bad domain was not found--a failure, not an...
Dassing, Andrew
andydassing
Offline Send Email
Aug 2, 2007
9:36 pm
8695
Hi Andrew, Actually, testBadDomainName() is not failing because of a "Connection refused" error but because there's a NullPointerException somewhere inside the...
Lasse Koskela
lassekoskela
Offline Send Email
Aug 3, 2007
1:40 pm
8696
I tested under Windows, Solaris, and AIX. I don't have any OS-X or Linux-derived resources--sorry! ________________________________ From:...
Dassing, Andrew
andydassing
Offline Send Email
Aug 3, 2007
1:53 pm
8697
I've just checked in a version that doesn't have this test. I've gotten errors like that from time to time when demo-ing FitNesse at customer sites. Now I'm...
Robert Martin
rmartinoma
Offline Send Email
Aug 3, 2007
1:55 pm
8698
Yeah, this is typical. You're in the middle of the cold war too. The Null pointer is coming from the fact that FitNesse is probably trying to import the...
Robert Martin
rmartinoma
Offline Send Email
Aug 3, 2007
1:58 pm
8699
Cool. Thanks to both of you. Lasse ... -- Lasse Koskela * Author of "Test Driven" (Manning Publications, 2007) * * Reaktor Innovations * http://www.ri.fi/en *...
Lasse Koskela
lassekoskela
Offline Send Email
Aug 3, 2007
2:54 pm
8700
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the fitnesse group. File :...
fitnesse@yahoogroups....
Send Email
Aug 3, 2007
7:39 pm
8701
Or write a test that is less fragile wrt the environment it is run in. Or delete the test if it cannot be made to be less fragile. Those two are the only...
Tim Ottinger
linux_tim
Offline Send Email
Aug 3, 2007
8:00 pm
8702
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the fitnesse group. File :...
fitnesse@yahoogroups....
Send Email
Aug 4, 2007
3:21 am
8703
I'm getting an exception trying to load our DLL that contains our fixtures. Does this only work with certain versions of .NET and/or Visual Studio?? Thanks! ...
ericheikkila
Offline Send Email
Aug 6, 2007
2:43 pm
8704
it works with .NET 2.0. Could you provide the error you are getting?...
arifyayalar
Offline Send Email
Aug 6, 2007
5:07 pm
8705
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the fitnesse group. File :...
fitnesse@yahoogroups....
Send Email
Aug 6, 2007
5:34 pm
8706
When I looked at the FitNesseTable builder posted in the files section, I've noticed it is the older version. I've posted the new version with the source code....
arifyayalar
Offline Send Email
Aug 6, 2007
5:40 pm
8707
Hi When I try to run the tests on http://fitnesse.org/FitNesse.TwoMinuteExample I am asked to enter username/password. Is this correct? If so could the page be...
walkersretreat
Offline Send Email
Aug 7, 2007
1:08 am
8708
The understanding is that you've installed and started FitNesse on your desktop computer or a networked server, and you are running the tests against one of...
Dassing, Andrew
andydassing
Offline Send Email
Aug 7, 2007
3:48 pm
8709
I'll have 3 days in Washington DC before Agile2007, arriving the morning of Friday 10th. If you're interested in joining me for a "fitness tour" of sights, art...
Rick Mugridge
rickmugridge
Offline Send Email
Aug 8, 2007
2:41 am
8710
I have installed Fitnesse on my local box to test some .Net 2.0 code and the installation went fine. However, when I click the test button, nothing happens....
banshee858
Offline Send Email
Aug 8, 2007
3:38 pm
Messages 8681 - 8710 of 14129   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