Removed useless test.

This commit is contained in:
tastytea 2019-04-22 11:40:02 +02:00
parent 4e62eb1fcc
commit 0e24f0433c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -43,15 +43,4 @@ SCENARIO ("get_baseurl() works as expected", "[strings]")
REQUIRE(baseurl == "http://git.example.com");
}
}
WHEN ("Gopher URL")
{
const string baseurl
= get_baseurl("gopher://git.example.com/user/project");
THEN ("The base URL is not correctly returned")
{
REQUIRE(baseurl == "gopher:/");
}
}
}