03-01-2011 01:11 PM
"If all of the above is correctly set, the test pass and when you set a breakpoint in the ChangeDetection event, the application stop on it?"
I mean "break" on it, obviously.
03-02-2011 05:05 PM
plg,
I just wanted to correct my previous statements, I just re-ran the test and just noticed the same error that you received, with the test failing. I may have gotten lucky the first few times, as I am no longer able to reproduce the test passing as is expected. As I have never used the Unit Test in LV 2010 before, are we sure that the unit test has all the necessary information as the windows forms application? It seems that the unit test is much much smaller in code length as Form1.cs and does not have the same commands as Form1.cs. Since we just recently started supporting Visual Studio 2010, I am currently contacting R&D to see if they have seen any similar issues and will update you when more information is available.
03-03-2011 10:15 AM
Yay, so I'm not _that_ crazy 🙂
Thank you for your support Frank. I converted my unit test to a console based test for now and it's working fine but it would be great to centralize all my unit tests at the same place.
Let us know if you're able to find anything else.
Thank you!
PL