Did you do an SVN checkout or try this using the "src" zip file? Unfortunately, the zip doesn't contain the FitNesseRoot directories. ... Dean Wampler, Ph.D. ...
It's plural: SuiteAcceptanceTests Additionally, it could be a port number conflict if you have something else attached to port 8080. Another thing that is...
On September 9th, 2008 I'll be presenting on FitNesse at the Central Iowa Java Users Group (cijug.net) Rather than talking through a bunch of slides, I will...
Hi Rob, I've been using webdriver in my own fixture that runs through htmlunit, firefox, ie, etc, and have struck the same problem with the htmlunit driver. I...
Hi vsdsruby, You're seeing the results of a problem with FitNesse when it communicates by socket to FitServer to run tests. In the protocol, a length field is...
I'm struggling with a bizarre issue. Anytime I put a "CellHandlerLoader" table in page SetUp it does not render correctly. By that I mean that it shows the...
Hi Guys, http://www.nabble.com/HtmlUnit-f2597.html is the HTMLUnit mailing list and forum. Marc Guillemot is a very helpful guru who as well as being an...
I did post to the HTMLUnit forum regarding this issue, but I did come across this post: http://www.nabble.com/javascript-problem-to15060072.html#a15060072 ...
http://fitnesse.org/FitNesse.DotNet is woefully out of date, but it #1 on google for "fitnesse .net". I'm happy to rewrite this page if there's someone who...
This probably requires a good understanding of .net to solve. (this is my first time using .NET in anger for about 2 years). Before you think - oh, this is...
Hi Gojko, thanks for the response (this is what Jason's e-mail was about ;-) That was actually my starting point and I moved everything into the page in the...
which test runner are you using? the one that comes with fitnesse is .net 1.1, so it will not pick up .net2 dlls (you need to download and copy fitnesse.net...
I suspected something like that and was in the process of using csc to compile into version 1. Having totally missed this on fitnesse.org: .NET 1.1 and 2.0...
... no problem. re starwest, US embassy decided yesterday that I'm not good enough to visit their divine teritory, so i will not be attending :( I'll come to...
Go to http://sourceforge.net/projects/fitnessedotnet I'm going to re-write that fitnesse.org page as soon as I find someone with edit permission. Cheers, Mike...
Hello, Might anyone offer a couple of suggestions to solve this problem. There is a .class in the fixtures folder and I do have my !path set correctly, what...
Is FitNesse's table wizard feature built such that FitNesse servers built in other languages can take advantage of it? I am currently working on a FitNesse...
Ok, I get this question a lot. The answer centers on the way FitNesse appends the package name to the end of the various !path paths to find and qualify a...
Either: 1. That's where you started FitNesse from via run.bat or from within Eclipse, FitClipse, etc. 2. The run.bat specifies a -d option. 3. There is a...
hi, I followed your suggestion and added commit, but not work. ... @filterid | ... still roll back. Any other setting I need do? ... On ... another ... ...
can you do a query after delete to verify that your record is no longer there... eg ... job_status_id=3745| ... also make sure to put commit in a separate...
It works when put commit in a separate table. Thank you very much! I really learned a lot from your post and your website. ... longer ... below ... not ... ...
Hello, I am using XmlHttpFixture to read an Xml file. This fixture uses the TableFixture, along with the getText method. It appears that it is not able to...