Hi, I tried to import my FitNesse installation to Subversion and got a lot of complains from it regarding "inconsistent line endings" in content.txt files in...
We've encountered similar problems, not with subversion, but with cvs. The problem comes in when content is checked in on a UNIX machine, then checked out on a...
I'm using .NET and I've been through the TestSaveAndRecallSymbols page. I like the use of >>id and <<id. The one thing I cannot seem to do is test the output...
That would explain it. I've had the same cvs problem with different projects in the past. I'll have a look at your patch. Micah Martin Object Mentor, Inc. ...
Goodness! I'm not sure how to take that. To translate, all the line ends in you content.txt files are \r\r\n where subversion want \r\n. Let me check various...
Hi, first of all I'm glad you like using those symbols. Secondly, for the time being you won't be able to do exactly what you're trying to do, but I view this...
... Looks like Fitnesse makes it's own contribution as well. At least one of those problematic files was created by our local Fitnesse server, not shipped as...
Updated from CVS, built it, ran it. Worked great. ... part of the ... for the ... do, but I ... this for this ... in the ... and grabs ... handler ... used in ...
Is this just an HtmlFixture problem? We're running into something similar with the C# stuff (which I think I posted a note about earlier). It looks like it's...
No not yet. It might be better to wait for the Java command line runner to solidify the architecture of running FitNesse test from the command line before...
This is upsetting. I'm sorry to hear that you're experiencing these inconveniences. You've tried increasing the java stack size when starting FitNesse right? ...
Ok...I upped the memory (by several megs hehe) and got the following output...now this had run 2 out of the 6 or so tests in the suite at this point before...
The TimedActionFixture does not correctly display the elapsed time. Specifically DoCells has the bug: public override void DoCells(Parse cells) { DateTime...
This very problem was happening in the .NET version and is now resolved in CVS (and in an upcoming binary release). Essentially, the Receive(byte[] bytes)...
... Correction. This is not a problem in the Java version. I fixed it long ago. I remember clearly, almost 2 years ago, one of the first FitNesse bugs...
All, I am just beginning to work with FitNesse and HTMLFixture so please bear with me. I have written a test that is supposed to verify that a reset button in...
We would like the ability to do some data setup in SuiteSetUp, and have access to symbols (=save?) in the tests that run in the suite. Is this possible? If...
We've published a new release of FitNesse today. For the most part, this is a fairy small release. The big changes are: 1. New Documentation thanks to Pat...
... The symbols are stored in a static HashMap and since the SuiteSetUp page runs in the same java process as the tests, the symbols should persist...... That...
Rick, in the latest (v1.0 RC1) release of Fit, I updated Fit to read and write all files as UTF-8. Technically, we should respect the character encoding...
... Thanks for the info. This makes our suites, that have global data dependencies, run much faster. We don't have to create the data for each test. Here's a...
In my fixture I'd like to test the result of an enumeration. ... Now I could write a fixture that accepts a string and parses into a Color enum, but it seems...