mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Removed dupe tests.
This commit is contained in:
parent
3a84e0fafc
commit
bf3d0ed2d1
@ -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\")]
|
||||
|
Loading…
Reference in New Issue
Block a user