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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 5939 - 5968 of 14132   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5939
If you are getting a FitNesse results HTML file from the ant build, then I assume you are using the fitnesse.runner.FormattingOption ...
scottyfred
Offline Send Email
Jun 1, 2006
4:48 pm
5940
I will remove it. Thank you. ... https://svn.sourceforge.net/svnroot/fitnessedotnet/tags/20060530/bin/Framework.1.1 ... ...
arifyayalar
Offline Send Email
Jun 1, 2006
9:47 pm
5941
Hi all I have an own implementation of the FitServer. I have defined my own FitServer on the Wikipage with this line !define TEST_RUNNER...
Adrian Elsener
adrianelsener
Offline Send Email
Jun 1, 2006
10:10 pm
5942
Updating, this works for >>, but doesn't work <<. Does anyone have an idea why this is? Or is there a workaround? ... ...
Mei Chan
mchan_88
Offline Send Email
Jun 1, 2006
10:11 pm
5943 stuart.fairweather@...
stuartfairwe...
Offline Send Email
Jun 1, 2006
10:21 pm
5944
... Yes, that's correct. You need to write your own CommandLineTestRunner interface to make this work. It's not that difficult, and can use your existing...
Randy Coulman
rcoulmankey
Offline Send Email
Jun 1, 2006
10:23 pm
5945
TestRunner shares much of the FitServer code.... It's another component that you'd have to custom create. Micah Martin Object Mentor, Inc. www.objectmentor.com...
Micah Martin
slagyr
Offline Send Email
Jun 2, 2006
2:03 am
5946
There is a thread-lock scenario that occurs on solaris. The most recent code bundle has the problem fixed. Also, a search on the group history will reveal...
Micah Martin
slagyr
Offline Send Email
Jun 2, 2006
2:13 am
5947
import java.util.*; import fit.*; public class Test extends DoFixture{ private type type1 = new type(); public void set_variable(){.......} . . . } 1. This...
anand118
Offline Send Email
Jun 2, 2006
2:13 am
5948
you need to import fit library....
James Carr
cloud_strife...
Offline Send Email
Jun 2, 2006
2:29 am
5949
I found something on http://www.ddj.com/dept/architect/184415402 which suggests a way of importing fitlibrary. But I am not trying to import it in my table...
anand118
Offline Send Email
Jun 2, 2006
4:24 am
5950
DoFixture is part of fitLibrary and you will need to import it and include it in your classpath in order to use it. import fitlibrary.DoFixture; and then add...
James Carr
cloud_strife...
Offline Send Email
Jun 2, 2006
1:38 pm
5951
My temporarly solution is, that I have my own TestRunner which extends the original TestRunner. Don't now if this is the finest solution but it's working. If...
Adrian Elsener
adrianelsener
Offline Send Email
Jun 2, 2006
1:38 pm
5952
Unfortunately I still can't get it working. Oh well, there are other ways to skin a cat..... Thanks for all your help though. Other than the problems with...
Isaac Wagner
wag50
Offline Send Email
Jun 2, 2006
1:39 pm
5953
Works for me. ... <html><head><title>Isaac Wagner problem</title></head> <body> <h1><center>Isaac Wagner problem</center></h1> <table> <tr> ...
yahoogroups@...
jhrothjr
Offline Send Email
Jun 2, 2006
4:15 pm
5954
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
tesi_ting_gps_410@...
tesi_ting_gp...
Offline Send Email
Jun 3, 2006
2:47 pm
5955
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
tesi_ting_gps_1482@...
tesi_ting_gp...
Offline Send Email
Jun 3, 2006
2:53 pm
5956
Hi All, Thanks, Can anybody pls let me know I want to invoke batch file from fitnesse (Wiki) then how can use !define COMMAND_PATTERN command. Also how to pass...
dparagin
Offline Send Email
Jun 5, 2006
10:53 pm
5957
Next question: How do I get a ColumnFixture working from inside a DoFixture (or SequenceFixture)?...
Isaac Wagner
wag50
Offline Send Email
Jun 5, 2006
11:03 pm
5958
Hi All, Thanks, Can anybody pls let me know I want to invoke batch file from fitnesse (Wiki) then how can use !define COMMAND_PATTERN command. Also how to pass...
dparagin
Offline Send Email
Jun 5, 2006
11:36 pm
5959
Thanks! That worked....
Isaac Wagner
wag50
Offline Send Email
Jun 5, 2006
11:47 pm
5960
You're welcome. My first attempt failed because of confusion with the Wrapper class. John Roth ... From: "Isaac Wagner"...
yahoogroups@...
jhrothjr
Offline Send Email
Jun 6, 2006
12:35 am
5961
From: "Isaac Wagner" <geekyisaac.at.gmail.com@...> To: "fitnesse@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Jun 6, 2006
12:36 am
5962
Go to the root page. (http://localhost/root) Add the following wiki text including your bat file... !define COMMAND_PATTERN {C:\path\to\your\file.bat} Go back...
Micah Martin
slagyr
Offline Send Email
Jun 6, 2006
1:32 am
5963
Yep, that worked. another small problem here... ... for above row, I have a function as shown below. userPartofArea(String fruit, String a){ if (fruit ==...
anand118
Offline Send Email
Jun 6, 2006
2:54 am
5964
It was simple java functionality I was doing wrong (as u might have noticed already)....
anand118
Offline Send Email
Jun 6, 2006
5:03 am
5965
The FitNesse wiki tree for the FitLibrary.NET story tests is now in the sourceforge Subversion repository at: ...
Mike Stockdale
jediwhale
Offline Send Email
Jun 6, 2006
3:34 pm
5966
Hi, I've been working on making custom fixtures using tableFixture, and one small problem I have ran into is that it seems that wikiWidgets don't get parsed...
James Carr
cloud_strife...
Offline Send Email
Jun 7, 2006
12:34 pm
5967
I figured it out, although I don't exactly understand why it works like this... If I have a table set up like this: !|com.foobar.SomeFixture| ... !sysdate...
James Carr
cloud_strife...
Offline Send Email
Jun 7, 2006
11:00 pm
5968
As long as the tables is not prefixed with an exclamation point, WikiWidgets should get parsed. Micah Martin Object Mentor, Inc. www.objectmentor.com...
Micah Martin
slagyr
Offline Send Email
Jun 7, 2006
11:03 pm
Messages 5939 - 5968 of 14132   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