I tried running the test, but it failed ( I run it 3 - 4 times, just to be sure):
Test 'Tests.TrmAdmin_CharacterizationControllerFixture.save_characterization_test' failed: System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> System.NullReferenceException : Object reference not set to an instance of an object.
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
Config.cs(155,0): at Tests.Config.RavenControllerOnActionExecuting(RavenController controller)
TrmAdmin_CharacterizationControllerFixture.cs(52,0): at Tests.TrmAdmin_CharacterizationControllerFixture.save_characterization_test()
--NullReferenceException
at Temp.TrmAppHelper.GetRequestedDb(RouteValueDictionary routeValueDictionary)
at Temp.TrmAppHelper.GetCoreData(ControllerContext context)
at Temp.Controllers.RavenController.OnActionExecuting(ActionExecutingContext filterContext)
0 passed, 1 failed, 0 skipped, took 1.48 seconds (NUnit 2.5.10).