Renamed NzbDrone.exe to Radarr.exe.

This commit is contained in:
Leonardo Galli
2017-01-05 20:42:02 +01:00
parent 2b54f0a7f3
commit 88dacc00f7
49 changed files with 70 additions and 69 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ namespace NzbDrone.Update.Test
[Test]
public void should_call_update_with_correct_path()
{
var ProcessPath = @"C:\NzbDrone\nzbdrone.exe".AsOsAgnostic();
var ProcessPath = @"C:\NzbDrone\radarr.exe".AsOsAgnostic();
Mocker.GetMock<IProcessProvider>().Setup(c => c.GetProcessById(12))
.Returns(new ProcessInfo() { StartPath = ProcessPath });