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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1411 - 1440 of 14142   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1411
Hi, When I tried to print the latest FitNesse pages with Mozilla (1.6) or FireFox (0.8) browser, it can only print or preview the first page, and sometimes the...
tzonghao
Offline Send Email
Jun 1, 2004
4:05 pm
1412
The html fixture has gone public. It is in the fixtures table at http://fitnesse.org/FitNesse.WritingAcceptanceTests Note that it is not part of the...
Joseph Bergin
jbdcs2004
Offline Send Email
Jun 1, 2004
4:18 pm
1413
You're right. I'm seeing the same problem with Mozilla and Netscape. However, Safari and IE don't have any problem splitting web FitNesse pages into multiple...
Micah Martin
slagyr
Offline Send Email
Jun 1, 2004
5:25 pm
1414
Stephen Starkey has provided an installer for this latest release of FitNesse. It's available with the rest of the files on sourceforge. ...
Micah Martin
slagyr
Offline Send Email
Jun 1, 2004
6:04 pm
1415
As a note: the only service I got finished for this release was the Windows one. Lacking testers for other Operating Systems, I was unable to work them out. ...
firepoet78@...
firepoet78
Offline Send Email
Jun 1, 2004
6:47 pm
1416
I'm running fitnesse (latest version) on a server that is behind a firewall. I seem to be able to reach the server as I can review and edit pages ok. However,...
Joseph Bergin
jbdcs2004
Offline Send Email
Jun 2, 2004
5:37 pm
1417
Yes. FitServer, the process initiated every time you run a test, will try to connect to the FitNesse installation, from which it was spawned, on the same port...
Micah Martin
slagyr
Offline Send Email
Jun 2, 2004
5:49 pm
1418
... Ok I'll try that. BTW, is the timeout exception delay tuneable? JWiki which I maintain has a startup init file that it reads and in it the site owner can...
Joseph Bergin
jbdcs2004
Offline Send Email
Jun 2, 2004
9:47 pm
1419
I'm looking at using FitNesse for acceptance testing some (RESTian) web services and was wondering how to go about setting up more complex data for use with...
digital_rtl
Offline Send Email
Jun 3, 2004
12:42 pm
1420
You might try a ColumnFixture like this: !|PeopleAddingFixture| ... Where you add multiple rows for repeated entries. This would mean that the...
Micah Martin
slagyr
Offline Send Email
Jun 3, 2004
1:08 pm
1421
In looking over the FIT changes to incorporate them in the Python port, I noticed that the Graceful Names feature looks through the previously seen packages in...
jhrothjr
Offline Send Email
Jun 3, 2004
4:31 pm
1422
Hello, I'm trying to figure out a way to do the following: 1. Define a test case/procedure using an ActionFixture. 2. Create a table of test data such that for...
cte_3gc
Offline Send Email
Jun 3, 2004
11:43 pm
1423
From: "cte_3gc" <cte_3gc.at.yahoo.com@...> Sent: Thursday, June 03, 2004 7:43 PM Subject: [fitnesse] Data driven action fixture ... I'm...
yahoogroups@...
jhrothjr
Offline Send Email
Jun 4, 2004
12:59 am
1424
No, not intended. On the other hand, I didn't consider order to be significant either. I suppose it would have been better to search the whole list and...
Robert C. Martin
rmartinoma
Offline Send Email
Jun 4, 2004
4:11 am
1425
From: "Robert C. Martin" <UncleBob.at.objectmentor.com@...> Sent: Friday, June 04, 2004 12:11 AM Subject: RE: [fitnesse] Question on...
yahoogroups@...
jhrothjr
Offline Send Email
Jun 4, 2004
11:48 am
1426
I'm slowly progressing with using the Fitnesse framework. I'm still trying to use the dotnet fit server that comes with the Fitnesse. I'm trying to code up the...
markrgunn
Offline Send Email
Jun 4, 2004
2:16 pm
1427
Where can I obtain a stand-alone .NET FIT implementation? Does one exists? Thanks, Mark ... just ... not ... run ... there is ... then ... It ... fit ... -- ...
markrgunn
Offline Send Email
Jun 4, 2004
2:22 pm
1428
I'm looking at the shift from embedded markup to css in the latest version, and I think it's a great idea. Unfortunately, I've also got an objective to keep...
jhrothjr
Offline Send Email
Jun 4, 2004
2:34 pm
1429
Try using an absolute path to the dll. Make sure that you defined the COMMAND_PATTERN variable properly including the %p for paths. After running the test,...
Micah Martin
slagyr
Offline Send Email
Jun 4, 2004
2:55 pm
1430
http://fit.c2.com http://sf.net/projects/fit Micah Martin Object Mentor, Inc. www.objectmentor.com...
Micah Martin
slagyr
Offline Send Email
Jun 4, 2004
2:55 pm
1431
Yes. This is something I've thought about. Here are two options. Option 1: Use the style attribute instead of the class attribute. <td...
Micah Martin
slagyr
Offline Send Email
Jun 4, 2004
3:22 pm
1432
Hi, Micah, I'm looking at it a bit differently. First, I like the idea of having an external css document. It solves a lot of accessibility problems, among...
yahoogroups@...
jhrothjr
Offline Send Email
Jun 4, 2004
4:03 pm
1433
Yeah, I tried the absolute path and that didn't work. I also get the error when running the calculator example on the fitnesse website: ...
markrgunn
Offline Send Email
Jun 4, 2004
7:49 pm
1434
Hello all, I have uploaded my database plugin to www.fitnesse.org: http://www.fitnesse.org/PluginsPage.DatabasePlugin -S....
firepoet78@...
firepoet78
Offline Send Email
Jun 4, 2004
7:59 pm
1435
... fitnesse.org is a linux box now. He hates .NET. ... Wait a second.... there is something wrong here. We're talking about different things... First of all...
Micah Martin
slagyr
Offline Send Email
Jun 4, 2004
8:25 pm
1436
Okay. Sounds like I can't run the dotnet examples on the fitnesse home page. Fair enough. I still get the same type of error on my own host and it is the ...
Gunn, Mark
markrgunn
Offline Send Email
Jun 4, 2004
8:39 pm
1437
FitNesseRelease20040604 There's not much new here. There were a few small problems with the previous release that have been tidied up here. New Feature: •...
Micah Martin
slagyr
Offline Send Email
Jun 4, 2004
9:57 pm
1438
Send me the relevant subwiki and I'll have a look. Micah Martin Object Mentor, Inc. www.objectmentor.com...
Micah Martin
slagyr
Offline Send Email
Jun 4, 2004
10:04 pm
1439
... previous release that have been tidied up here. ... ASCII. Not any more. This should make our > friends in Iceland happy. Whoopeee!!! Best regards, ...
Dađi Ingólfsson
comspy66
Offline Send Email
Jun 6, 2004
12:04 am
1440
Two questions: Do comparison expressions (>3, 2>_<6) work in the .NET version of FitNesse? I cannot get them to. I get this: " ...
patrick@...
patrickrwelsh
Offline Send Email
Jun 6, 2004
5:27 pm
Messages 1411 - 1440 of 14142   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