Today I noticed something very odd when doing some SharePoint development.
I have a VM setup with Win2003 on it in order to do my coding. I was able to run my unit tests (via Resharper's Unit Test Runner UI) and was coding away. I decided to map a share to my host PC and move the source over to the host (thought it was better to keep the source on the host then the vm). After I moved the source to the host I opened the solution again, but this time from the hosts' file share. When I tried to run the same unit tests everything appeared to be working fine however the unit tests would not run. The test IDE just said 'tests did not execute'. I did not get any errors.
I thought this was odd, so I shut down the IDE and tried it again. Same thing. Just to see if it was caused by the files being on a share I re-opened the solution that was inside the VM. This time all was well.
I don't know if this only happens when using the Resharper UI or if it would happen using NUnit's UI. I will have to check and see.
Has anyone else noticed this before?
Till next time,