Search the web
Sign In
New User? Sign Up
fitnesse
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1994 - 2023 of 14140   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1994
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...
Max Ischenko
joel12312
Offline Send Email
Nov 2, 2004
9:34 am
1995
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...
Bob cotton
bob_cotton969
Offline Send Email
Nov 2, 2004
5:11 pm
1996
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...
ksummerlin93
Offline Send Email
Nov 2, 2004
5:24 pm
1997
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. ...
Micah Martin
slagyr
Offline Send Email
Nov 2, 2004
5:27 pm
1998
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...
Micah Martin
slagyr
Offline Send Email
Nov 2, 2004
5:29 pm
1999
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...
David Chelimsky
dchelimsky
Offline Send Email
Nov 2, 2004
6:18 pm
2000
The fix for this is checked in to CVS at sourceforge and will be part of the release later this week. ... From: David Chelimsky [mailto:david@...]...
David Chelimsky
dchelimsky
Offline Send Email
Nov 3, 2004
6:57 am
2001
... 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...
Max Ischenko
joel12312
Offline Send Email
Nov 3, 2004
8:01 am
2002
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 ...
ksummerlin93
Offline Send Email
Nov 3, 2004
2:30 pm
2003
Has any work been done to get the C# command line stuff working? If not, where would I start looking in the source?...
ericheikkila
Offline Send Email
Nov 3, 2004
4:54 pm
2004
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...
ericheikkila
Offline Send Email
Nov 3, 2004
4:57 pm
2005
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...
Micah Martin
slagyr
Offline Send Email
Nov 3, 2004
5:52 pm
2006
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? ...
Micah Martin
slagyr
Offline Send Email
Nov 3, 2004
5:58 pm
2007
Hmm...no, I hadn't thought about the stack size thing...I'll give that a shot and let you know. :) Thanks...
Eric Heikkila
ericheikkila
Offline Send Email
Nov 3, 2004
6:27 pm
2008
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...
Eric Heikkila
ericheikkila
Offline Send Email
Nov 3, 2004
7:02 pm
2009
The TimedActionFixture does not correctly display the elapsed time. Specifically DoCells has the bug: public override void DoCells(Parse cells) { DateTime...
ksummerlin93
Offline Send Email
Nov 3, 2004
7:03 pm
2010
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)...
David Chelimsky
dchelimsky
Offline Send Email
Nov 3, 2004
7:28 pm
2011
Ah, cool...now if I can just figure out a way around the old column binding stuff so we can use the CVS version . . . ;)...
Eric Heikkila
ericheikkila
Offline Send Email
Nov 3, 2004
7:36 pm
2012
... 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...
Micah Martin
slagyr
Offline Send Email
Nov 3, 2004
8:04 pm
2013
Following up - we *just* fixed it (2 years ago) in the java version. Thanks Micah. --David ... From: Micah Martin [mailto:micah@...] Sent:...
David Chelimsky
dchelimsky
Offline Send Email
Nov 3, 2004
8:54 pm
2014
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...
smanthasdad
Offline Send Email
Nov 5, 2004
3:05 pm
2015
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...
Bob Cotton
bob_cotton969
Offline Send Email
Nov 5, 2004
5:31 pm
2016
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...
Micah Martin
slagyr
Offline Send Email
Nov 5, 2004
6:42 pm
2017
... Yup. It sure is. Micah...
Micah Martin
slagyr
Offline Send Email
Nov 5, 2004
6:43 pm
2018
... Possible or implemented? In the current release? I tried against 20040910 and it did not work. - Bob...
Bob Cotton
bob_cotton969
Offline Send Email
Nov 5, 2004
8:03 pm
2019
... 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...
Micah Martin
slagyr
Offline Send Email
Nov 5, 2004
8:29 pm
2020
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...
Jim Shore
jimlittle82
Offline Send Email
Nov 5, 2004
11:05 pm
2021
... 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...
Bob Cotton
bob_cotton969
Offline Send Email
Nov 7, 2004
1:28 am
2022
See the discussion at http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=68&t= 000689 Cheers, Ilja...
Ilja Preuß
ipreussde
Offline Send Email
Nov 7, 2004
6:24 pm
2023
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...
ksummerlin93
Offline Send Email
Nov 8, 2004
3:59 pm
Messages 1994 - 2023 of 14140   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help