phofman / vs-plugin

Visual Studio Plugin for BlackBerry Native Development
13 stars 3 forks source link

Test-cases have a hardcoded path to my tools location #2

Closed phofman closed 10 years ago

phofman commented 10 years ago

Ideal solution would be to have it first calculated based on executing assembly or similar; if it fails then read from an environment variable and if that also fails - used a hardcoded value.

Branch: feature_ph_refactoring

phofman commented 10 years ago

All paths are stored inside a single file UnitTests.Defaults.cs, what is perfectly fine. They are not spread around all the tests and current solution is flexible enough for multiple testers.