Search code examples
c#unit-testingfitnessefitnesse-slim

Fitnesse Slim with C# getting slim protocol version error


I'm a noob with Fitnesse/Slim. I downloaded the latest fitnesse.jar and C# slim (v 1.8) and I'm getting the following error when attempting to follow along with the tutorial:

Slim Protocol Version Error Expected V0.3 but was V0.1

Is there a way to specify what version of Slim I'm using?

edit: Slim: release.1.8.net.40.zip - for .NET 4 Fitnesse: v20110104

Any thoughts/direction would be great. Thanks.


Solution

  • fitSharp (C# Slim) is running behind the latest FitNesse Slim version. It will catch up with the next release. The error is really just a warning and your tests should run OK as long as they don't use any features from the latest version.