My fitnesse tests fail with linq datacontext. I already tried adding a suite.config and then app config to my c:\fitnesse folder - where the .jar file is.
I added -c
option c:\Fitnesse\suite.config
to the command section on the test page. Here's the suite.config
file: c:\fitnesse\myapp.config ^.svn$
Here's the myapp.config file:
The test still fails here:
public MyDataContext() :
base(ConfigurationManager.ConnectionStrings["mycon"].ConnectionString,
mappingSource
)
{
OnCreated();
}
Any ideas? Thanks.