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 7842 - 7871 of 14141   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7842
Hi, I have a test table in which I am passing strings, integers to variables in a C# fixture. ... The variables are in a public class that uses the ".NET2"...
r_nikhil_25
Offline Send Email
Apr 3, 2007
2:44 am
7843
The test table is like this ... -Rgds Gurpreet...
Gurpreet Kalra
jerry200181
Online Now Send Email
Apr 3, 2007
12:41 pm
7844
Hello, I am with a company that has been using Agile practices for over a year now. We are looking to "tweak" our current Agile practices and would like to...
Robert Cowart
rtc98
Offline Send Email
Apr 3, 2007
3:31 pm
7845
... Any news on this front? Do you have a sourceforge account yet?...
ewilford2003
Offline Send Email
Apr 3, 2007
7:09 pm
7846
did you inherit MyFixture from a fit fixture class? ... -- Ryan McCullough mailto:rmccullough@......
Ryan McCullough
thax_1138
Offline Send Email
Apr 3, 2007
10:11 pm
7847
walker, could you possibly email the patched files to the list? or post them online? If you need webspace, let me know and I can provide some. -Ryan ... -- ...
Ryan McCullough
thax_1138
Offline Send Email
Apr 3, 2007
10:14 pm
7848
Hi, If you are writing a C# fixture then you have to put a "!" exlamation mark in the first row. FitNesse reads the first row of the table and looks for the...
NA NU
r_nikhil_25
Offline Send Email
Apr 4, 2007
3:10 am
7849
  Hi, I am Nikhil and am a developer. I have been using FitNesse to test web services for the last month or so. I am temporarily parked as a tester in my work...
NA NU
r_nikhil_25
Offline Send Email
Apr 4, 2007
3:39 am
7850
Hi, I did do that. I added a reference to "fit.dll". Exact syntax: public class MyFixture : fit.ColumnFixture "or" using fit; namespace MyProject{ public class...
r_nikhil_25
Offline Send Email
Apr 4, 2007
3:40 am
7851
I'll take a look......
Mike Stockdale
jediwhale
Offline Send Email
Apr 4, 2007
1:58 pm
7852
1. I am developing C# fixtures 2. I have already put the relevant binaries for .NET 2.0 Hi Nikhil, I was able to run the most common numerator denominator...
Gurpreet Kalra
jerry200181
Online Now Send Email
Apr 4, 2007
2:13 pm
7853
1) Not sure what you are talking about here. I have not had a chance yet to play with running multiple fitnesse wiki's on different machines. 2) yeah, this is...
Ryan McCullough
thax_1138
Offline Send Email
Apr 4, 2007
3:48 pm
7854
There is not even 6 cells there so I dont know how you could be getting 6 ignored assertions. ... -- Ryan McCullough mailto:rmccullough@......
Ryan McCullough
thax_1138
Offline Send Email
Apr 4, 2007
3:54 pm
7855
... And the 10 and 0 of ID and Set Fields are grey in the second row. It seems that if the cell on the second row is blank, it will inherit the value from the...
spec1alk
thax_1138
Offline Send Email
Apr 4, 2007
9:46 pm
7856
I think you use the keyword "blank"...
Mike Stockdale
jediwhale
Offline Send Email
Apr 4, 2007
10:19 pm
7857
The keyword 'blank' should do what you want. Without the apostrophes, of course. John Roth ... From: "spec1alk" <rmccullough@...> To:...
John Roth
jhrothjr
Offline Send Email
Apr 4, 2007
10:29 pm
7858
I need the cell to be treated as null. ... -- Ryan McCullough mailto:rmccullough@......
Ryan McCullough
thax_1138
Offline Send Email
Apr 4, 2007
10:35 pm
7859
btw, the field I am populating is of type Integer. ... -- Ryan McCullough mailto:rmccullough@......
Ryan McCullough
thax_1138
Offline Send Email
Apr 4, 2007
10:39 pm
7860
I tried to use 'blank' in integer field and it didn't work and on the fitnesse.org also it says 'blank' should work for 'string' datatype. Did I miss...
Shah Trushar
trusharcshah
Offline Send Email
Apr 4, 2007
11:30 pm
7861
Then use the keyword 'null'. John Roth Python FIT ... From: "Ryan McCullough" <rmccullough@...> To: <fitnesse@yahoogroups.com> Sent: Wednesday, April 04,...
John Roth
jhrothjr
Offline Send Email
Apr 4, 2007
11:31 pm
7862
I believe it skips this since the field is expecting an integer. I will dig up the fit code tomorrow to show you what I think is happening. ... -- Ryan...
Ryan McCullough
thax_1138
Offline Send Email
Apr 4, 2007
11:47 pm
7863
Yeah. You didn't mention it was an integer and you actually wanted a null. Use the 'null' keyword. John Roth Python FIT ... From: "Shah Trushar"...
John Roth
jhrothjr
Offline Send Email
Apr 5, 2007
12:33 am
7864
... post them ... This ... will run ... Source) ... (Unknown ... (Unknown ... searching ... happen ... contribute ... We are applying the fix to the subversion...
walkerpb2002
Offline Send Email
Apr 5, 2007
2:19 am
7865
the null keyword does not work on an integer field. I will post why in a couple minutes. ... -- Ryan McCullough mailto:rmccullough@......
Ryan McCullough
thax_1138
Offline Send Email
Apr 5, 2007
2:55 am
7866
ok, in fixture.java there is this bit of code: public Object parse(String s, Class type) throws Exception { if (type.equals(String.class)) { if...
Ryan McCullough
thax_1138
Offline Send Email
Apr 5, 2007
3:18 am
7867
A hah! Not being a Java person, I implemented it in Python to work for all types. Sorry for the misdirection. John Roth Python FIT ... From: "Ryan McCullough"...
John Roth
jhrothjr
Offline Send Email
Apr 5, 2007
3:49 am
7868
No problem. I am going to try and fix it tomorrow, but I still do not have permission to commit changes on SF.net. So the work I do will not be able to benefit...
Ryan McCullough
thax_1138
Offline Send Email
Apr 5, 2007
3:52 am
7869
I Have downloaded HTMLFixturesrc to automate web application. When i try to compile the file i get an error saying that unable to resolve Localpagecreator() ...
susmitha_amms
Offline Send Email
Apr 5, 2007
2:22 pm
7870
Oh basically the table I sent across gave me 4 ignored assertions. I am sorry for the same! :( -Rgds Gurpreet ... ...
Gurpreet Kalra
jerry200181
Online Now Send Email
Apr 5, 2007
2:22 pm
7871
Hi I'm posting up two zip files to the Files section of the forum. The first is a JNDI authenticator, the second is a widget which includes ...
Niall Smart
regkey
Offline Send Email
Apr 5, 2007
4:23 pm
Messages 7842 - 7871 of 14141   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