Changed Contract.Assert(...) in Proj4.cs to Assert.True(...). If the condition tested here was not true, the entire test was stopped which doesn't make a lot of sense when you are running 3000 tests. Now the test will fail with the appropriate message, but no dialog box will be shown.
↧