Sorry that the color change isn't working for you. We had actually introduced that change as a result of a different request that recommended those colors as...
Look in the FitNesse user guide documentation for symbols By default it's: .FitNesse.UserGuide.SymbolsInTestTables Actual use of synonyms depends test system...
Hi Dan, there seem to be a lot of websites and tools around that support designers in choosing good colours. E.g. there is a Windows tool that calculates the...
Hi, I've already done some cleanup as part of issue #209. I think I've come a long way already. I think it would be better to do the caching closer to the file...
Well, the behavior is written in javascript using JQuery. You can try changing the navigateToCurrentError function to consider horizontal as well as vertical...
20014
Wolfgang Schrecker
wolfgang@...
Apr 25, 2013 8:53 pm
Thanks for your reply, Sergezukov! I am aware of this. I can NOT get it to work with my decision table fitnesse (SLIM). In fact, I want to display a soap...
Given that you are using SLIM take a look at this: http://fitnesse.org/FitNesse.UserGuide.SliM.SymbolsInTables the "$V=" in the first table row will store...
The problem with mark-up variable is that they are defined prior to the test run and as far as I'm concerned the latest definition at the current level takes...
Nested variable definition uses 'lazy' evaluation, so both variables are defined to have the same value as SystemAddress at the time that they are evaluated....
Hello, using slim, we have a generic fixture CheckTag which tests values from a file containing key value pairs. Some of the values are actually html (as...
Thu, 11 Apr 2013 22:29:29 +0200, Arjan Molenaar : I put a few files in FitNesseRoot/files/fitnesse. Those files override the default files packaged with the...
Thank you for the example. Yes, I get the idea, and I'll probably try it to see how it would be perceived. It doesn't look as straightforward as I would like,...
Wed, 01 May 2013 13:49:40 -0000, spikeybill66 : using slim, we have a generic fixture CheckTag which tests values from a file containing key value pairs. Some...
I have a situation here. My fitnesse server works on a nfs share that for some reason was changed (to a misconfiguration) and then changed again (to the...
Hi, FitNesse itself does not create "temp" files. The zip file's file name is a timestamp (year, month, day, hour, minute, seconds) iirc. That should give you...
Yes I have, thanks god and this I could manage to recover the missing directories. But I can suppose if it wasn't there, I'd be damned. So let me just rephrase...
The main issue I'm seeing is this: public class StackTraceEnricherTest { private static final String JUNIT_JAR = "junit-4.11.jar"; This hard coding of a...
I've added a new option to !define so you can copy a variable to another. This copies the value as it exists at the time the define is parsed: !define...
Hi, Indeed this breaks when the IDE is loading the libraries from the lib/ folder. I loosened up the check to ensure it also works with the libraries in the...
I think it is important to point out a couple of things. 1. FitNesse doesn't cache any saves. They are all made immediately, so if you change a page, it gets...
We're currently using the fitneese-maven-classpath project to let it automatically inject all dependencies from the maven file into the FitNesse !classpath. ...
I found that I had not gotten all of the files from the spring example and once I had them, I was able to get the fitnesse-launcher-maven-plugin to work....