... I don't really know if an SCM plugin, whatever SCM you choose, is the appropriate answer. In any case, what's wrong with having different plugins depending...
Given the absence of answers I guess that there is not such a thing. Micah, do you think that it would be worth considering it for a future release? Ciao ...
... Unfortunately, on the whole our customer team is more interested in the UI than FitNesse test pages. For them, the application working correctly (verified...
Sorry, I wanted to look into the jspwiki before responding since I'm not sure exactly what you mean. I've been thinking about creating a Java API for FitNesse...
... I still have the remote-edit patches from Bob Cotton that I need to review and apply. That will be a nice addition to FitNesse. Although we're still...
I thought there is a comment at HtmlFixtures website that "Redirect requested but followRedirects is disabled" was a problem that didn't have a workaround ...
HtmlFixture is not a browser. AKAIK it doesn't store things like cookies and doesn't maintain connections with your server. If that's correct (anybody know...
I love the feature where Fitnesse will check cell values that are arrays. For example: !|AllRegisteredUsers| ... checks the string array {"suzie", "bob"}. ...
1. Add another method for checking the array size ... 2. Implement your own Type & TypeAdapter and define parse() & equals() public EmptyAwareArray users() { ...
Hi, I have a test page with classpaths pointing to directories on a different drive. !path g:/mytest/fixtures This page can be tested correctly from the Web....
... It sounds reasonable to me. ... I guess that people from your customer team are pretty technical, because my average customer would be not very happy to...
... Oh, I understand. Does that mean that Bob's patch isn't committed in CVS HEAD yet? That would be interesting, even without releasing officially. I may grab...
... Don't worry. It is as simple as it seems: provide an alternative interface to main fitnesse server functionalitites, so that for example you can display a...
No it's not in CVS. He sent the patch to the group so you could retrieve it and apply the patch to the most recent fitnesse bundle. Micah Martin Object...
Hi Rick, First off, I missed this message when you posted it! Micah Martin pointed out that you replied! Anyway, that sounds cool. Essentially, my current...
Hello, I think I am now able to predict the behavior of fitnesse but the results are not what I would expect. In the test adapter class I write to the console...
Are you using .NET fitnesse? If so, grab the latest source from http://fitnesse.org/FitNesse.DownLoad and build from that. What you're describing is a bug that...
Hello David, Thanks for the suggestions but after downloading and recompiling the the .Net relaease source from the site you suggested I am getting the same...
Before I go and write one from scratch I thought I'd see if anyone has a JMX fixture that they would be willing to share. I want to access a set of Mbeans on a...
I was having an issue running the command line dotnet/TestRunner. Pages that would pass in the wiki would throw an exception from the command line. It turns...
Hi, I wrote a FitServer for perl that works with the Test::C2FIT module. I'm not particularly interested in storing it for public access, but I'm willing to...
I have a test structured as abc.def.ghi.jkl THe page jkl takes very long to render (more than 30 seconds). However if I remove the text I have in page ghi, it...