From 6202224d079b704ffb9cfbc6972de2be60d38a97 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 8 Feb 2018 18:41:25 +0300 Subject: Add support for git location type to repository manifest --- tests/repository-location/driver.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/repository-location/driver.cxx') diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 862b801..18ccd2a 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -710,6 +710,11 @@ namespace bpkg "http://cppget.org/pkg/foo/misc/stable"); } { + repository_location l (loc ("https://git.github.com/test.git#master", + repository_type::git)); + assert (effective_url ("../..", l) == "../.."); + } + { repository_location l ( loc ("http://www.cppget.org/foo/bpkg/1/misc/stable")); -- cgit v1.1