Removed useless test.
This commit is contained in:
parent
4e62eb1fcc
commit
0e24f0433c
@ -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:/");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user