comparison test/org/tmatesoft/hg/test/TestIncoming.java @ 698:822f3a83ff57

in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 06 Aug 2013 21:18:33 +0200
parents 629a7370554c
children
comparison
equal deleted inserted replaced
697:24f4efedc9d5 698:822f3a83ff57
50 t.testSimple(); 50 t.testSimple();
51 t.errorCollector.verify(); 51 t.errorCollector.verify();
52 } 52 }
53 53
54 public TestIncoming() { 54 public TestIncoming() {
55 // Configuration.get().remoteServers("http://hg.serpentine.com/tutorial/hello/");
56 // Configuration.get().remoteServers("ssh://localhost/hg/hgtest-annotate-merge/");
55 // Configuration.get().remoteServers("http://localhost:8000/"); 57 // Configuration.get().remoteServers("http://localhost:8000/");
56 } 58 }
57 59
58 @Test 60 @Test
59 public void testSimple() throws Exception { 61 public void testSimple() throws Exception {