Hi, I've just finished testing the first version of DbFit, a set of fixtures for .Net2 FIT implementation which enables database developers to write and...
For those that do not want to download fitnesse-20050731, the fix is to put the following in fitnesse/fitnesseroot/content.txt: !3 ''Classpath'' !path...
... Mike, I'd like to learn what's new in this release, but the URL above doesn't work for me, and there are no release notes in the download from SourceForge....
... Well, after hitting the Send button, I thought to check for release notes at SourceForge: http://sourceforge.net/forum/forum.php?forum_id=660696 Any other...
Folks, Im trying to use the above functions in some C# Ive written. However, in the Rick and Ward's FIT book, it suggests both take row and column has...
Hi, I installed Fitnesse on my laptop w/Windows XP Pro. After installing Fitnesse on 8080, I brought up http://localhost:8080/ in Firefox and got a Conection...
I have a fitnesse table that contains a path like object ... It appears the when this passes the value off to the application it is adding the extra slashes....
In most versions of FIT, right(cell) and wrong(cell) are methods inherited from Fixture, and they take a Parse as the first (and possibly only) parameter....
Hi Rick, I'm trying to convert existing fixtures to a workflow style using domain adapters with nested tables. In the old way of writing ActionFixtures, it was...
I'd recommend starting with ActionFixture for the Login, ColumnFixture for the CRD operations, and RowFixture for the Read operations. This usages of fixtures...
Hi Chris, I was planning to release an early version of ZiBreve later this month for feedback, but my consulting work has kept me busy. As ZiBreve won't be...
Hi Trang, No, there's no capability to do that. Have you considered doing the following? ... Have your consumer() method return some HTML; that will be...
... Thanks for being willing to do that. I just tried the link again from my laptop, and it worked just fine. There must have been some issue while accessing...
I took a quick look at Jeffrey's post, and I wouldn't recommend overriding MethodCells like he does. Can you tell me what you're trying to accomplish and maybe...
FitNesse release 1.2 available at http://sourceforge.net/projects/fitnessedotnet/ The release contains some minor fixes and enhancements: - enumerated types...
... I then created 2 other suites for Java and DotNet. I used the symbolic link method to link the suite into both the Java and DotNet suites. Then in each of...
Hi Rick, I didn't quite get that. Does this mean, within my workflow, I would need to wrap my Consumer domain object inside another fixture to be able to...
Hi Trang, No, it's simpler than that, as show is a special action in DoFixture (like check, reject, etc). Keep the table as-is, but change the consumer method...
Someone please help. I am trying to set up Fitnesse to run with PyFit and I can't seem to get my test running. Test !define COMMAND_PATTERN {python "%m" -v %p}...
I'm not sure where you got 0.6. The current version is 0.8a2, and it's available from the Python Cheese Shop. http://www.python.org/pypi John Roth Python FIT ...
Has anybody tried to integrate FitNesse with XpTracker? http://twiki.org/cgi-bin/view/Plugins/XpTrackerPlugin I can create an external link from FitNesse back...