| commit | cee08c30273c18d0b36ee3659fbca1b3b8451d24 | [log] [tgz] |
|---|---|---|
| author | Christian Halstrick <christian.halstrick@sap.com> | Wed Oct 06 15:21:01 2010 +0200 |
| committer | Christian Halstrick <christian.halstrick@sap.com> | Fri Oct 08 06:44:20 2010 +0200 |
| tree | afa3ac59d84c5108bf25cac23b134845564fa6de | |
| parent | a1b0ca1807c78d1b715bb68f8f8fa08b797bd4a5 [diff] |
Fix URIish tests to contain a hostname for git protocol URIs for the git protocol have to have a hostname. (see http://www.kernel.org/pub/software/scm/git/docs /git-clone.html#_git_urls_a_id_urls_a) Some tests tested URIs like git:/abc.git which is not allowed. Fixed this. Change-Id: Ia3b8b681ad6592f03b090a874a6e91068a8301fe Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>