mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-31 01:02:20 -05:00
Removed dupe tests.
This commit is contained in:
@@ -84,8 +84,6 @@ public void should_throw_on_unsuccessful_status_codes(int statusCode)
|
||||
ExceptionVerification.IgnoreWarns();
|
||||
}
|
||||
|
||||
|
||||
[TestCase(HttpStatusCode.Moved)]
|
||||
[TestCase(HttpStatusCode.MovedPermanently)]
|
||||
public void should_not_follow_redirects_when_not_in_production(HttpStatusCode statusCode)
|
||||
{
|
||||
|
||||
@@ -151,7 +151,6 @@ public void should_not_ignore_trailing_slash_during_compare()
|
||||
[TestCase(@"C:\Test", @"C:\Test2\sub", @"C:\Test2\sub")]
|
||||
[TestCase(@"/Test", @"sub", @"/Test/sub")]
|
||||
[TestCase(@"/Test", @"sub/", @"/Test/sub/")]
|
||||
[TestCase(@"/Test", @"sub/", @"/Test/sub/")]
|
||||
[TestCase(@"/Test/", @"sub/test/", @"/Test/sub/test/")]
|
||||
[TestCase(@"/Test/", @"/Test2/", @"/Test2/")]
|
||||
[TestCase(@"C:\Test", "", @"C:\Test")]
|
||||
|
||||
@@ -62,7 +62,6 @@ public void Clean_Path_Linux(string dirty, string clean)
|
||||
[TestCase(@"C:\Test", @"C:\Test\\")]
|
||||
[TestCase(@"C:\\\\\Test", @"C:\Test\\")]
|
||||
[TestCase(@"C:\Test\\\\", @"C:\Test\\")]
|
||||
[TestCase(@"C:\Test", @"C:\Test\\")]
|
||||
[TestCase(@"\\Server\pool", @"\\Server\pool")]
|
||||
[TestCase(@"\\Server\pool\", @"\\Server\pool")]
|
||||
[TestCase(@"\\Server\pool", @"\\Server\pool\")]
|
||||
|
||||
Reference in New Issue
Block a user