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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 7991 - 8020 of 14129   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7991
It's in that version....
Mike Stockdale
jediwhale
Offline Send Email
May 2, 2007
1:46 am
7992
That should work OK. In what way are the nested tables ignored? There are several examples of multiply-nested tables for arrays of arrays of objects (and lists...
Rick Mugridge
rickmugridge
Offline Send Email
May 2, 2007
2:21 am
7993
When trying to run fitnesse tests with j2re-1_4_2_14-linux-i586, I get these exceptions: Exception in thread "main" java.lang.UnsupportedClassVersionError: ...
spec1alk
thax_1138
Offline Send Email
May 4, 2007
5:21 pm
7994
... The download page (http://www.fitnesse.org/FitNesse.DownLoad) says the 20060719 release (latest) requires Java 5. You might be able to try the 20050731...
R. Jensen
richardhjensen
Offline Send Email
May 4, 2007
6:21 pm
7995
I have a requirement to test on Java 1.4. -Ryan ... -- Ryan McCullough mailto:rmccullough@......
Ryan McCullough
thax_1138
Offline Send Email
May 4, 2007
6:53 pm
7996
... Does Fitnesse have to be run with 1.4? Or does it need to run the fixtures in a 1.4 JVM? (It might be possible to modify the command pattern to start a...
R. Jensen
richardhjensen
Offline Send Email
May 4, 2007
7:50 pm
7997
... Looking at it again, I'm pretty sure it won't work because you need the fitnesse.jar in the classpath and that's probably what has the dependency on JDK...
R. Jensen
richardhjensen
Offline Send Email
May 4, 2007
8:18 pm
7998
no problem. thanks for trying. For now, we are pushing Java 1.4 support till the next release. At that time I will either figure out a way to use the previous...
Ryan McCullough
thax_1138
Offline Send Email
May 5, 2007
2:16 am
7999
Im facing problem problem integrating the CC.NET control with Fitnesse.If anyone has succeded interating CC.NET with fitnesse, What exactly are the steps to be...
susmitha_amms
Offline Send Email
May 7, 2007
12:59 pm
8000
What problems are you facing? it's fairly easy to integrate cc.net with fitnesse; however there is a trick involved in formatting results. .Net test runner...
Gojko Adzic
gojko_lastname
Offline Send Email
May 7, 2007
3:23 pm
8001
James Sorry for the late reply - yes it can, in fact that's how we're using it. Let me know if you have any other questions. Regards, Niall...
Niall Smart
regkey
Offline Send Email
May 8, 2007
1:11 pm
8002
With a little bit of coding, you can actually write a task in CC.Net that will be doing all those things for you. That's what I did for my company. ... ...
bengchuan79
Online Now Send Email
May 8, 2007
1:16 pm
8003
I wrote a few blog posts with sample code and even a stylesheet to integrate the fitnesse results into the cc.net webpage. See ...
Steve Donie
stevedonie
Offline Send Email
May 8, 2007
5:10 pm
8004
I have a page on a fitnesse server that has a copyright symbol in the fitnesse table, when I use "Wiki Import Update" from properties I lose the character on...
dpmcferren
Offline Send Email
May 8, 2007
6:08 pm
8005
Hi Folks, I have an assert method for DoFixture code but the problem is since it does not return anything when the test passes, the cells do not become green. ...
Stuart School
stuart_school
Offline Send Email
May 9, 2007
2:54 am
8006
Have the underlying method return a boolean of true. Cheers, Rick...
Rick Mugridge
rickmugridge
Offline Send Email
May 9, 2007
3:01 am
8007
Thanks, Rick. But this is a void method since I want to return the exception raised by the assert method I have. without assert, I would not be having any clue...
Stuart School
stuart_school
Offline Send Email
May 10, 2007
2:45 pm
8008
When I attempt to unszip the downloaded full version, It asks me for password when attempting to unzip. File "TestBlankAndNullKeyword" is password protected....
marialenger
Offline Send Email
May 10, 2007
2:46 pm
8009
I created a password file and called it like so: java -cp fitnesse.jar fitnesse.FitNesse -a password.txt -p 8080 %1 %2 %3 %4 -e 0 -o Fitnesse starts...
jonathansamuel
Offline Send Email
May 10, 2007
2:50 pm
8010
.NET 1.1 This is my first post. I started exploring fitnesse tool. Thanks,...
Raja
mrrambabu
Offline Send Email
May 10, 2007
3:08 pm
8011
Hello everyone! I am pretty new to fitnesse. I downloaded the fitness and set up it in my computer. Following the user guide in ...
wangshuda
Offline Send Email
May 10, 2007
3:17 pm
8012
In the test fixture, create a wrapper to call to the void() from within a try/catch block; have the catch return false on exception or true by default. ...
Dassing, Andrew
andydassing
Offline Send Email
May 10, 2007
3:28 pm
8013
Thanks Andrew. I have done that and it works. But just out of curiosity was wondering if there's another explicit way to override pass/fail conditions. Cheers ...
Stuart School
stuart_school
Offline Send Email
May 10, 2007
4:27 pm
8014
You do not need to include both fit and fitnesse jar files. Fit is included inside the fitnesse.jar. -Ryan ... -- Ryan McCullough mailto:rmccullough@......
Ryan McCullough
thax_1138
Offline Send Email
May 10, 2007
5:09 pm
8015
There may be a way, but it's a little scary. 1. Override the doRow() method: private Parse myCurrentCells; // : // : public void doRow(Parse row) { ...
Dassing, Andrew
andydassing
Offline Send Email
May 10, 2007
5:56 pm
8016
Two things looks strange here. 1. The fitnesse listener is on port 80...a port usually in use already: 1. My fitness starting log ... FitNesse (20060719)...
Dassing, Andrew
andydassing
Offline Send Email
May 10, 2007
6:06 pm
8017
Hi, there seems to be a problem with the ImportFixture. Wenn the html contains blanks and/or newlines/carriage returns the namespace is not added with those...
ralfkret1
Offline Send Email
May 10, 2007
7:44 pm
8018
The following is sufficient: public boolean myAction() { myMethod(); return true; } It's not necessary to catch the exception, because a false return or a ...
Rick Mugridge
rickmugridge
Offline Send Email
May 10, 2007
9:01 pm
8019
Is there a way to have conditional tests? For instance, I do not want some tests to run when my platform is linux. -- Ryan McCullough ...
Ryan McCullough
thax_1138
Offline Send Email
May 11, 2007
3:25 am
8020
Can you show an example of the type of test you're trying to write?...
Mike Stockdale
jediwhale
Offline Send Email
May 11, 2007
4:09 am
Messages 7991 - 8020 of 14129   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