Updating FitNesse using Fitsharp, FitVersionFixture. IsStandard not working
I have a question concerning an error I am receiving. I am working on updating my system and FitNesse to .Net 4.0. I am using FitSharp in order to do so. When running through my tests however to check if the update is working properly I am coming across an error that I'm not sure how to fix.
I am using: FitVersionFixture.IsStandard
However, now with .Net 4.0 and FitSharp, I am getting the following error:
System.MissingMethodException: Method not found: 'Boolean fit.FitVersionFixture.get_IsStandard()
开发者_Go百科It appears that the method has been deprecated. I have been unable to figure out how to go about fixing this problem. Any advice would be greatly appreciated.
Look at the 'Behavior' section on http://fitsharp.github.com/FitSharp/SuiteConfigurationFile.html
精彩评论