Hi, Yes, parse delegates only work with the provided class, not with subclasses. So a parse delegate for EnumSet won't be used for a RegularEnumSet, as you've...
Rick, Thanks for the thorough explanation. I may do the conversion between EnumSet and some other set type, since that seems the easiest. However, after...
The new release of FitLibrary in Java contains several new facilities and two bug fixes. Additions: * Support for Java generics and enums. * Fit fixtures are...
Hi Leif, Your other approach should've worked, assuming that the object referred to by sample is really of type RegularEnumSet. Did you verify that? Cheers,...
Hi Elisabeth, I ran out of time when finishing the release, so didn't get back to Dot. I'd had to previously disable the storytest spec for Dot handling as ...
Hi Mike, In the latest release of FitLibrary in Java, I've gone through some of the specs and made them less specific. In particular, SpecifyFixture only needs...
Great! However, when I tried to unzip it I kept getting this "file already exists" message for a number of files, so I had to cancel the unzip partially...
Hi Gojko, I am trying to set up a Hudson continuous integration build on the fitnesse project, tying together the fitnesse.net/dbfit/webtest fixtures. In the...
Hi John, I just double-checked by downloading and unzipping and it worked fine for me (with winzip). I suggest you try unzipping it near the top of the...
If it's a file name length problem, you've got to have some really long names - my download directory only adds 52 characters to it. Of course, the Java naming...
7-zip worked fine for me. There are a small number of missing pages in the documentation, but I assume most of them are because I'm very back level on the ...
Hi Stuart and Abhinay, here come some more details about the integration between QC and FitNesse I've built. Because it was contractual work for a customer, I...
Hi, I guess this is directed at Mike Stockdale. When I try to compile the fitnesse.net solution in visual studio (or using msbuild) from ... ... error CS1504:...
Hello Fitnesse Testers, A while back I sent an announcement regarding this two day (weekend) seminar hosted at MIT this upcoming weekend. As agile testers,...
Get the latest from the branch 1.x. The latest trunk is in the middle of some major refactoring and doesn't work right now. (Yes, I know I shouldn't check in...
Thanks Mike! Ha! I can't say I've always checked in working code myself :) Do you use NAnt or MSBuild (on the.sln file) to build it? Or are they in sync?...
Rick, Thanks for the encouragement. I experimented further, and found out a few useful or interesting things: 1) When using FitLibrary 20070225, the minimum...
Thanks for the new release! I installed it (no problems) and tried to run my pages. I'm getting an exception for every comment fixture, though. It gives me...
Hi Jeffrey, I'm not sure what happened there, version 2.1 seems to have dissapeared from the repository. I've restored it there, please update and try to build...
I build with the sln file - the nant build file is way out of date. The tests are in runtests.bat. If you want to set up a proper nant or msbuild CI build,...
I've been thinking about ways to make FitNesse more refactor friendly. Inspired by the "Fluent NHibernate" stuff going around, I've put together this: ...
Hi Cory, guys from thoughtworks were working on profit, described as "a tool which will convert FIT/Fitnesse tests into Java code for easy refactoring,...
Hi Gojko, ... Interesting. I hadn't seen that, but will check it out. ... The goal is to have it be a "roundtrip" type tool. You can walk all of your pages to...
I have modified the nant file so that it builds and runs the unit tests. I haven't incorporated the fitnesse tests into it. I'm at work and it's at home so...
... dbfit is generally up-to-date, i try to release a new version quickly after mike releases .net. sorry if you ran into problems earlier. webtest was more...
Hello, Please correct me if I am wrong. My understanding is that getText (0,0) will get the text within my wiki table on http://localhost/FrontPage.Fixture....
Hello, I got past this problem, yet the problem I now have is that finding the right cell information it shades it RED and not green? Might anyone know why...
Hi, is it reasonable to combine fit decorators with DoFixtures? We build most of our Fixtures on the flow style, since we begin by describing our data and...