At the bottom of the AllFiles example, there is a table
that uses an inner class as the fixture. Inner classes
are not supported in all languages supported by Fit,
and the fixture spec doesn't mention them as being
allowed or disallowed.
For the Smalltalk port, I've handled this case
specially in order to get the example to run, but I
think the example should be changed to use a regular
class instead.
Logged In: YES
user_id=628340
Same goes for the perl port. I have to change the
fit-document since $ is not a valid character in a perl
package name.
I suggest to disallow the usage of inner classes in the spec.