Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-12-15 21:25:19 +0000
committerJean Michel-Lemieux2003-12-15 21:25:19 +0000
commit4865245d118ee33485416f040bc0b4040e0d5565 (patch)
tree3d73d84a450e631ac02699d30089f094a5ff9232 /tests/org.eclipse.team.tests.cvs.core/html
parentffd765778460e43f0b5e94cd207e12fbe53e13cc (diff)
downloadeclipse.platform.team-4865245d118ee33485416f040bc0b4040e0d5565.tar.gz
eclipse.platform.team-4865245d118ee33485416f040bc0b4040e0d5565.tar.xz
eclipse.platform.team-4865245d118ee33485416f040bc0b4040e0d5565.zip
Adding ssh test cases
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/html')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00028a.html10
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00029a.html12
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00030a.html11
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00031.html16
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00032.html16
5 files changed, 65 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00028a.html b/tests/org.eclipse.team.tests.cvs.core/html/00028a.html
new file mode 100644
index 000000000..f6ba48671
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00028a.html
@@ -0,0 +1,10 @@
+<html><head><title>SSH2</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><h2>SSH2</h2>
+<p>
+Tests for the ssh2 connection method.<br>
+UNDER CONSTRUCTION
+</p>
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00029a.html b/tests/org.eclipse.team.tests.cvs.core/html/00029a.html
new file mode 100644
index 000000000..135b9f8c1
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00029a.html
@@ -0,0 +1,12 @@
+<html><head><title>Server version compatibiliity</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><h2>Server version compatibiliity</h2>
+<p>Since: M6<br>
+Last Modified: $Date: 2003/11/27 22:04:58 $</p><body>
+
+This test is to ensure that the ssh2 connection method properly delagates to ssh1
+when the server only supports ssh1.
+
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00030a.html b/tests/org.eclipse.team.tests.cvs.core/html/00030a.html
new file mode 100644
index 000000000..977ba7454
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00030a.html
@@ -0,0 +1,11 @@
+<html><head><title>Proxies</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><h2>Proxies</h2>
+<p>Since: <br>
+Last Modified: $Date: 2003/11/27 22:04:58 $</p><body>
+
+Using HTTP and SOCKS5 proxies.
+
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00031.html b/tests/org.eclipse.team.tests.cvs.core/html/00031.html
new file mode 100644
index 000000000..29bf0333e
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00031.html
@@ -0,0 +1,16 @@
+<html><head><title>Key Generation</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><h2>Key Generation</h2>
+<p>Since: <br>
+Last Modified: $Date: 2003/11/27 22:04:58 $</p><body>
+
+You should be able to generate private/public keys in the SSH2 preference
+page. Here are some scenarios for testing:
+<ul>
+<li>open key generation preference page
+<li>
+</ul>
+
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00032.html b/tests/org.eclipse.team.tests.cvs.core/html/00032.html
new file mode 100644
index 000000000..1b9bec9b0
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00032.html
@@ -0,0 +1,16 @@
+<html><head><title>General use</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><h2>General use</h2>
+<p>Since: <br>
+Last Modified: $Date: 2003/11/27 22:04:58 $</p><body>
+
+This tests the prompting and usage of the SSH2 connection method:
+<ul>
+<li>Delete all files in your SSH_HOME directory. You can find this directory by opening the SSH2 preference page
+<li>Create a CVS repository connection of type 'extssh'. You will be prompting about the server id not being in
+your known_hosts file.
+<li>Select cancel, and error should be shown indicating that the location was not validated do you want to keep it.
+
+</body></html> \ No newline at end of file

Back to the top