tests/test-check-interfaces.py
changeset 35978 59e4a7781a36
parent 35977 625038cb4b1d
child 36370 11ba1a96f946
--- a/tests/test-check-interfaces.py	Tue Feb 06 10:57:56 2018 -0800
+++ b/tests/test-check-interfaces.py	Tue Feb 06 11:31:25 2018 -0800
@@ -67,6 +67,8 @@
     checkobject(localrepo.localpeer(dummyrepo()))
     checkobject(sshpeer.sshv1peer(ui, 'ssh://localhost/foo', None, None, None,
                                   None, None))
+    checkobject(sshpeer.sshv2peer(ui, 'ssh://localhost/foo', None, None, None,
+                                  None, None))
     checkobject(bundlerepo.bundlepeer(dummyrepo()))
     checkobject(statichttprepo.statichttppeer(dummyrepo()))
     checkobject(unionrepo.unionpeer(dummyrepo()))