dotnet-installer/test/dotnet.Tests/CommandTests
William Li 2594a6d7ec
Always store absolute full path in directory and file path (#9363)
There is no need to store relative path today. But some part of the system does not accept relative path and there is no indication if it is storing full path or not. This is the root cause of https://github.com/dotnet/cli/issues/9319

“someplace” means different full path for Path class on unix and Windows. And the mock file system uses real Path class. Change tests' setup to use essentially “TEMPATH/someplace” instead of  “someplace”
2018-06-06 11:22:19 -07:00
..
BuildServerShutdownCommandTests.cs Fix Razor server shutdown on Windows. 2018-04-27 13:52:17 -07:00
CompleteCommandTests.cs Add unit tests for dotnet complete. 2018-05-16 17:19:06 -07:00
ToolInstallCommandTests.cs Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00
ToolListCommandTests.cs Fix validation of tool-path option for tool list and uninstall commands. 2018-04-03 16:02:14 -07:00
ToolUninstallCommandTests.cs Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00
ToolUpdateCommandTests.cs Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00