Reporter | Richard (Watson) |
---|---|
Created | Jan 20, 2012 6:23:42 PM |
Updated | Jan 20, 2012 6:23:42 PM |
Priority | Normal |
Type | Unspecified |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Using R# 6.1 Full Edition, build 6.1.37.86, Visual Studio 2010 (lastest SP, etc.)
Though improved in 6.1, unit tests with data files still do not work properly. I have a project which has a folder called Documents in which I have csv files with Copy if newer set. When I run these using Visual Studio test, everything works fine and the file is copied to bin\Debug\Documents. When I run these using R#, the file is copied to bin\Debug and quickly gets out of date, i.e. updates to the file are not reflected in subsequent test runs.
Though improved in 6.1, unit tests with data files still do not work properly. I have a project which has a folder called Documents in which I have csv files with Copy if newer set. When I run these using Visual Studio test, everything works fine and the file is copied to bin\Debug\Documents. When I run these using R#, the file is copied to bin\Debug and quickly gets out of date, i.e. updates to the file are not reflected in subsequent test runs.