libgit2/tests/network/remote
Carlos Martín Nieto ba67c07522 remote: get rid of git_remote_valid_url()
It does the same as git_remote_supported_url() but has a name which
implies we'd check the URL for correctness while we're simply looking at
the scheme and looking it up in our lists.

While here, fix up the tests so we check all the combination of what's
supported.
2014-08-31 21:50:28 +02:00
..
createthenload.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
defaultbranch.c remote: add api to guess the remote's default branch 2014-05-21 12:12:32 +02:00
delete.c remote: don't free the remote on delete 2014-06-06 22:55:34 +02:00
isvalidname.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
local.c git_remote_ls() should return an error if the transport is not available 2014-08-15 22:56:15 +02:00
remotes.c remote: get rid of git_remote_valid_url() 2014-08-31 21:50:28 +02:00
rename.c remote: failing test for renaming with a symref 2014-06-06 22:36:41 +02:00