Forum member

poulin_julien

2 posts

Posts by poulin_julien

  1. Changing a 'const' value makes test fail

    I've put together a example solution to reproduce the problem: (- BROKEN LINK -)(- BROKEN LINK -)[/url] Once the solution is built and the test passes in NCrunch, open the 'Constants.cs' file and change the value of the constant (e.g. from 'Updater' to 'Updaters') --> the test fails. When you …

  2. Changing a 'const' value makes test fail

    When changing a string declared as const in my assembly under test (but also used in the tests), the impacted tests started to fail. Restarting VS made them pass again. [TestMethod] public void CanUserModifyIT132_UserWithBrusselsRoleAndDifferentPostAsFilePost_UserCannotModifyIT132() …