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...
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...
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...
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...
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 { ...
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...
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...
Hi Andrew, Actually, testBadDomainName() is not failing because of a "Connection refused" error but because there's a NullPointerException somewhere inside the...
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...
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...
Cool. Thanks to both of you. Lasse ... -- Lasse Koskela * Author of "Test Driven" (Manning Publications, 2007) * * Reaktor Innovations * http://www.ri.fi/en *...
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....
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...
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....
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! ...
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....
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....
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...
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...
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...
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....