mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Refactored IntegrationTests to work with Nunit3 VS adapter.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace NzbDrone.Core.Test.IndexerTests
|
||||
[Test]
|
||||
public void should_handle_relative_url()
|
||||
{
|
||||
var xml = ReadAllText("Files", "Indexers", "relative_urls.xml");
|
||||
var xml = ReadAllText("Files/Indexers/relative_urls.xml");
|
||||
|
||||
var result = Subject.ParseResponse(CreateResponse("http://my.indexer.com/api?q=My+Favourite+Show", xml));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user