I'm using PyFit0.6a1 and Fitnesse20041105 and have noticed that the assertion count is wrong on the Suite Results page. I have 2 subpages, 3 assertions on the...
I've been working on porting Fit and Fitnesse to VisualWorks Smalltalk. I have the 20041105 release ported and working. Today, I've been looking over the...
... Agreed. This is something we will be fixing soon. We want to break up FitNesse into a few jar files, all of which are independently deployable. These...
We have started working on a new XP project and would to use the great Fitnesse tool. How do I structure the wiki in terms of where to add the user stories and...
David Winslow
david@...
Mar 2, 2005 1:30 pm
2492
Last night we encountered a refactoring bug in the release. It was fixed and new files were uploaded to sourceforge last night at about 8pm central time. If...
One of the wonderful things about a wiki is that it gives you the flexibility to structure your site however you want. Using a hierarchal structure in...
We just got the new version and are seeing problems with the Virtual Wiki. I know it was deprecated, but we don't know if we are going to the WikiInclude yet. ...
Hi, I'm using FitNesse with the C++ FitServer and trying to add the execution of the tests at the end of our automated build, using the command line...
!define doesn't work on inluded pages?? We used to define the c# variables on a page then include it in each suite. With the latest release, those variables...
... Yes. Unfortunately the Java TestRunner is not smart enough to execute Fixtures written in other languages. Each implementation of the FIT will have to...
... Since variables are not preprocessed, the include trick will not work anymore. But that's ok because you don't want to use that trick anyway. You want to...
... Thanks, Mica. We haven't mucked around much yet with the SymbolicLink feature, but I think that is going to solve some of our dynamic path loading ills. --...
Use Firefox. I believe that you'll get a scroll bar in the text area instead of it wrapping on you. http://www.getfirefox.com - Take Back the Web ... -- Curtis...
Thanks Curtis. You've uncovered another bug. I've fixed it an just updated the filed on sourceforge. Please forgive me for the inconvenience but if you use...
... I've been playing with the WikiImport feature. I noticed that when you edit a page that you have imported and then update the imported pages from the...
... You're right, this is a problem. One that we decided not to solve yet. We could remove the edit button as you suggest or the edit button could redirect to...
... Only because I know if I really want to edit the page I can ?edit it, but if it feels more like you'd be removing the ability to actually edit the page,...
I can see why you'd think that but the other test runner can the work that the Java version already does. Here are the basic steps: * parse argument * make a...
... I agree...Fitnesse is very "weird". It is not testing at the class level, but it is testing the interface below the level the user normally interacts with...
... I found this interesting. You're right that FitNesse demands a design with clean interfaces useable by Fixtures. These interfaces are also used by the...
... While i would agree with this sentiment that decoupled design is a definite result, i find it ironic in the circles i travel, at least, that most of the...