Closed alexjamesbrown closed 11 years ago
Should probably also add a test case where OtherNumber isn't null.
My bad, I thought I had!
I missed it: it's the last one: "TestFluentMapWithNullablePropertyFilled"
Rubbish test name. Heat is getting to me
While trying to figure out if my failing test was a problem in my code, or a bug in the MvcRouteTester lib I created this test, to test controllers using FromUri
I discovered that if you had a nullable property on the model (and the value wasn't specified in the query string) then the assertion failed.
Fixed in 90b8171