In attempting to upgrade to the latest Fitnesse/fitSharp release for .NET I find that my database actions, written in standalone mode, now fail uniformly. This worked fine with my older Fitnesse installation (without fitSharp). This attempt to connect to a database:

!|import      |
|dbfit.fixture|

!|DatabaseEnvironment|sqlserver|
|Connect|Data Source=DevDB1;Initial Catalog=TestDB;Integrated Security=SSPI|

generates this error:

fitSharp.Machine.Exception.TypeMissingException: Type 'SqlServerEnvironment' not found in assemblies:
<assemblies listed here>. . .

The list of searched assemblies includes dbfit.DLL, dbfit.Oracle.DLL, and dbfit.SqlServer.DLL, and .NET Reflector confirms that 'SqlServerEnvironment' is in fact in the dbfit.DLL file.

If I change from standalone mode to flow mode, with the following test table as the first table in the test, then the DB connection works fine:

!|dbfit.SqlServerTest                                                      |
|Connect|Data Source=DevDB1;Initial Catalog=TestDB;Integrated Security=SSPI|

Version info:

  • Fitnesse.jar is version 20110104
  • fitSharp is version 1.8 for .net 4.0
  • OS: WinXP Pro SP3

Am I missing something or is this a known defect in the latest version of fitSharp?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

This is a known bug. Should be fixed in the next release.

link|improve this answer
Any idea when the next release is due? – msorens Jan 14 '11 at 15:13
Depends on my free time. Hopefully end of this month. – Mike Stockdale Jan 14 '11 at 16:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.