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 4296 - 4325 of 14130   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4296
Glad to help - The only criticism I hear of FitNesse is the Wiki documentation....so anything we ALL can do to make it better, clear, easier, has to be a Good ...
andrew.p.mcdonagh@...
andy_ipaccess
Offline Send Email
Nov 1, 2005
9:45 am
4297
Problem seems to stem from Mozilla inserting <br> after each enty. E.g. for 2x2 default table: <html> <head> <meta content="text/html; charset=ISO-8859-1" ...
Bruce Trask
b_trask
Offline Send Email
Nov 1, 2005
2:58 pm
4298
Trying to get off the ground with fit on windows. Another beginner question: I have an excel table as follows: TimesTwo input output() 2 4 4 8 6 12 8 16 The...
Bruce Trask
b_trask
Offline Send Email
Nov 1, 2005
2:58 pm
4299
Hi, all. I`ve been trying to figure out how to use "SetUp" and "TearDown" pages. I couldīnt find documentation about it or examples (neither at this listīs...
Douglas de Oliveira M...
douglas_om
Offline Send Email
Nov 1, 2005
2:58 pm
4300
Thanks Vance, I had no idea an automated contents page existed...sweet. Infact now i look at my tests within the suite i can quite plainly see that the order...
sherwopj
Offline Send Email
Nov 1, 2005
2:59 pm
4301
Hi, Newbie here getting started. Running into some problems. Hope someone can help. I created a table using Mozilla TimesTwo input output() 2 4 4 8 6 12 8 16 ...
Bruce Trask
b_trask
Offline Send Email
Nov 1, 2005
3:10 pm
4302
Bruce - Fitnesse doesn't work directly with XL files. The way we do it is open the XL file, select all the cells, then open the Fitnesse page where it's going ...
William Wake
wwake2
Offline Send Email
Nov 1, 2005
3:14 pm
4303
... On my current project we do have a little something (based on POI) that converts a whole directory of Excel input files to wiki storage, wholesale....
Alexey Verkhovsky
alex_verk
Offline Send Email
Nov 1, 2005
3:29 pm
4304
Hi Bill, Thanks. I was reading the new Fit book and got the impression from page 71 that I could input an excel spreadsheet and that is why poi was needed....
Bruce Trask
b_trask
Offline Send Email
Nov 1, 2005
3:32 pm
4305
1. Navigate to the page where you want the SetUp/ TearDown. 2. Add .SetUp or .TearDown to the URL and hit enter This will take you to a pager that allows you...
Hans Danielsson
swedeinvan
Offline Send Email
Nov 1, 2005
5:29 pm
4306
Here are some of starting points: http://www.fitnesse.org/FitNesse.PageProperties http://www.fitnesse.org/FitNesse.TestSuites ...
Trond Arve Wasskog
ilmyggo
Offline Send Email
Nov 1, 2005
5:41 pm
4307
... I haven't used this feature myself, but it looks like you're trying to use FitLibrary's features to run straight from Excel, but you're using the Core Fit...
Randy Coulman
rcoulmankey
Offline Send Email
Nov 1, 2005
5:57 pm
4308
Hi, I discovered Fitnesse yesterday and have been trying to test it since yesterday. I have installed the framework but do not know how to set all the paths,...
behrooz_malekzadeh
behrooz_male...
Offline Send Email
Nov 2, 2005
11:22 am
4309
Hi, what's the full-qualified class name of your TimesTwo class (including packages)? What happens if you specify this full-qualified name in your table? If...
Andreas Thiel
andreas_thie...
Offline Send Email
Nov 2, 2005
12:09 pm
4310
Hi Andreas, Thanks for responding. TimesTwo is the fully qualified name. I have it in the default package for now. I believe the problem is that Mozilla...
Bruce Trask
b_trask
Offline Send Email
Nov 2, 2005
1:28 pm
4311
... For an empty cell, I think it's doing that on purpose. (The example you posted earlier had mostly empty cells.) If you think that's the problem though, why...
William Wake
wwake2
Offline Send Email
Nov 2, 2005
2:55 pm
4312
Hi Bill, Thanks. I had removed it by hand and Fit thereafter accepts it. Mozilla puts the <br> in there even if not an empty cell. This leaves me with 2...
Bruce Trask
b_trask
Offline Send Email
Nov 2, 2005
3:07 pm
4313
I have a RowFixture that has many columns that expect a java.util.Date formatted as DD/MM/YYYY. For some rows, I don't want to assert that a specific date...
Chris Gardner
chris_gardner76
Offline Send Email
Nov 2, 2005
6:46 pm
4314
I meant the expected date format is "MM/dd/yyyy"...
Chris Gardner
chris_gardner76
Offline Send Email
Nov 2, 2005
7:07 pm
4315
I looking for a clean way to add an html report saved as a web page, to a wiki page. I've tired external links, but they seem only to recognize pages served...
richard_p_king
Offline Send Email
Nov 2, 2005
11:11 pm
4316
Anyone had any success using Dot (http://www.graphviz.org) with Fitnesse and custom .net fixtures? Graphically comparing associations a la p250 of "Fit for...
toddmeynink
Offline Send Email
Nov 3, 2005
1:34 am
4317
Hi Todd, We're getting closer to having FitLibrary.net. Dot and other graphics will then be supported in all the FitLibrary fixtures. I'm currently coaching a...
Rick Mugridge
rickmugridge
Offline Send Email
Nov 3, 2005
5:20 am
4318
Hi Chris, if you leave a cell blank in a ColumnFixture (and thus also in RowFixture, since RowFixture is derived from ColumnFixture), the value of the...
Andreas Thiel
andreas_thie...
Offline Send Email
Nov 3, 2005
8:19 am
4319
I actually handle the null case already. I simply want to let Fit populate the cell with whatever date value comes back from the system. I'm simply baffled by...
Chris Gardner
chris_gardner76
Offline Send Email
Nov 3, 2005
1:33 pm
4320
I think you've covered all the bases. Putting it in the files section and adding a link to it on a wiki page is the route I'd take. Do you envision an better...
Micah Martin
slagyr
Offline Send Email
Nov 3, 2005
2:57 pm
4321
So I installed FitNesse and got up and running in no time. This software rocks. But I missed a page in the guide that told med how to get a windows service...
thomas_gravgaard
thomas_gravg...
Offline Send Email
Nov 3, 2005
7:30 pm
4322
Do I use fixtures on SetUP and TearDown like I use in tests? Douglas ... Do I use fixtures on SetUP and TearDown like I use in tests? Douglas Trond Arve...
Douglas de Oliveira M...
douglas_om
Offline Send Email
Nov 3, 2005
7:31 pm
4323
Yepp, Hans ... -- No one ever died wishing they spent more time at their desk (Will Gadd) There are old climbers and there are bold climbers but there are no...
Hans Danielsson
swedeinvan
Offline Send Email
Nov 3, 2005
7:43 pm
4324
Awesome! Thanks Thomas. http://fitnesse.org/InstallingFitNesseAsaService Micah...
Micah Martin
slagyr
Offline Send Email
Nov 3, 2005
7:45 pm
4325
I'd be interested to hear from anyone who has gotten the CppFit to work with the WorkShop compiler for Solaris as well. On both Solaris X86 and SPARC, I end...
Erik Talvola
talvola
Offline Send Email
Nov 4, 2005
6:28 pm
Messages 4296 - 4325 of 14130   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