Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9ad3ba7

Browse files
committed
We don't support vpath in a URL
Can't find anything about vpaths being a thing on GitHub Enterprise.
1 parent c429d76 commit 9ad3ba7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/GitHub.Primitives.UnitTests/UriStringTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public class TheConstructor : TestBaseClass
2727
[TestCase("https://[email protected]/haacked/test-mytest.git", "bitbucket.org", "haacked", "test-mytest")]
2828
[TestCase("https://git01.codeplex.com/nuget", "git01.codeplex.com", "nuget", null,
2929
Description = "We assume the first component is the owner")]
30-
[TestCase("https://example.com/vpath/foo/bar", "example.com", "vpath", "foo")]
31-
[TestCase("https://example.com/vpath/foo/bar.git", "example.com", "vpath", "foo")]
3230
[TestCase("https://github.com/github/Windows.git?pr=24&branch=pr/23&filepath=relative/to/the/path.md",
3331
"github.com", "github", "Windows")]
3432
[TestCase("https://github.com/github/VisualStudio/blob/master/src/code.cs", "github.com", "github", "VisualStudio")]

0 commit comments

Comments
 (0)