Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-06-01 20:28:37 +0000
committerJean Michel-Lemieux2004-06-01 20:28:37 +0000
commit68cc41aca3fde88158ca419145c80740d3eb22a5 (patch)
treef431901eeb280afeab7f17a53e10d85e387a5f8f /tests/org.eclipse.team.tests.cvs.core
parent035fc459000db28bec47e8357f44fd1e7072e126 (diff)
downloadeclipse.platform.team-68cc41aca3fde88158ca419145c80740d3eb22a5.tar.gz
eclipse.platform.team-68cc41aca3fde88158ca419145c80740d3eb22a5.tar.xz
eclipse.platform.team-68cc41aca3fde88158ca419145c80740d3eb22a5.zip
updated test scenarios
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00038.html5
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/auth_problems00001.html6
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/connections00001.html7
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/watch_edit_basic00001.html13
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/watch_edit_editorsview00001.html6
5 files changed, 25 insertions, 12 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00038.html b/tests/org.eclipse.team.tests.cvs.core/html/00038.html
index e7bd60467..add62c76b 100644
--- a/tests/org.eclipse.team.tests.cvs.core/html/00038.html
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00038.html
@@ -4,7 +4,7 @@
<meta NAME="since" content="">
</head><body><h2>Decorations in the Synchronize pages</h2>
<p>Since: M8<br>
-Last Modified: $Date: 2004/05/31 20:01:23 $</p>
+Last Modified: $Date: 2004/06/01 15:23:56 $</p>
<p>
CVS text label decorations should be visible in the CVS synchronize participants. We don't bother to show
the images because the sync view already shows the state images. The labels should also update if the
@@ -13,6 +13,9 @@ the images because the sync view already shows the state images. The labels shou
<p>
Also, in the CVS synchronize view the revisions shown are the <local> - <remote>. So ensure that the correct
remote is shown.</p>
+<p>
+Ensure that when the local tag changes the decorators in the sync view and navigator get updated.</p>
+<p>Ensure that there is no flicker in packages view when cvs decorator updated on commit, update.</p>
</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/auth_problems00001.html b/tests/org.eclipse.team.tests.cvs.core/html/auth_problems00001.html
index 450a09cc3..bd0d82d64 100644
--- a/tests/org.eclipse.team.tests.cvs.core/html/auth_problems00001.html
+++ b/tests/org.eclipse.team.tests.cvs.core/html/auth_problems00001.html
@@ -4,9 +4,11 @@
<meta NAME="since" content="">
</head><body><h2>Authentication Problems</h2>
<p>Since: <br>
-Last Modified: $Date: 2004/05/31 14:22:48 $</p>
+Last Modified: $Date: 2004/06/01 15:23:56 $</p>
-<p>Test the error reporting when authentication fails due to either, invalid username, password, hostname. This should be
+<p>
+
+Test the error reporting when authentication fails due to either, invalid username, password, hostname. This should be
tried with each CVS connection method: pserver, extssh, ext.
</p>
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/connections00001.html b/tests/org.eclipse.team.tests.cvs.core/html/connections00001.html
index 611bc8c8a..bd28056e0 100644
--- a/tests/org.eclipse.team.tests.cvs.core/html/connections00001.html
+++ b/tests/org.eclipse.team.tests.cvs.core/html/connections00001.html
@@ -4,7 +4,7 @@
<meta NAME="since" content="">
</head><body><h2>Connections</h2>
<p>Since: <br>
-Last Modified: $Date: 2004/05/31 14:22:48 $</p>
+Last Modified: $Date: 2004/06/01 15:23:56 $</p>
<p>Test that authentication, connection errors result in appropriate error messages and that these don't pollute the log file or console. to setup for these tests
ensure there are a couple of shared projects in your workspace.</p>
@@ -14,8 +14,9 @@ ensure there are a couple of shared projects in your workspace.</p>
<li>Disconnect from the network.
<li>Open a file. The CVS quick diff will fail and an error should be in the log.
<li>Synchronize all the shared projects. One error explaining the failures should be returned.
-<li>Change the connection properties of one of the projects to point to an
-<li>Expand the location in the CVS repositories view.
+<li>Change the connection properties of one of the projects to point to an non-existing location. Then synchronize again, the error message should indicate that some succeeded and
+others failed. But the user should no that the operation did complete and skipped the failed projects.
+<li>Expand the invalid location in the CVS repositories view. An appropriate error should be shown.
</ul>
</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/watch_edit_basic00001.html b/tests/org.eclipse.team.tests.cvs.core/html/watch_edit_basic00001.html
index b3e542c9b..335d19647 100644
--- a/tests/org.eclipse.team.tests.cvs.core/html/watch_edit_basic00001.html
+++ b/tests/org.eclipse.team.tests.cvs.core/html/watch_edit_basic00001.html
@@ -4,8 +4,17 @@
<meta NAME="since" content="">
</head><body><h2>Basic scenarios</h2>
<p>Since: <br>
-Last Modified: $Date: 2004/05/31 14:22:48 $</p>
+Last Modified: $Date: 2004/06/01 15:23:56 $</p>
-<h3>Basic scenarios</h3>
+<p>To setup, goto the CVS preference page and enable watch edit for all projects checked out from CVS. And then set the prompt option to always prompt.</p>
+<ol>
+<li>Check out a project from CVS and verify that the files are marked as read-only.
+<li>Open a file and edit it. You should be prompted to edit it. Say yes. There should be a brief pause, then you can edit the file.
+<li>Open another file and start editing it. You should be prompted to edit it. Say no. The file will remain read-only and you won't be allowed to edit it.
+<li>Open a file and edit it. Say yes to the prompt. commit the file and edit again. You should be prompted a second time.
+<li>Open a file and edit it. Say yes to the prompt. Replace the file from the repository and edit again. You should be prompted to edit again.
+<li>Open a file and edit it. Un-plug your network connection. Say yes to the prompt to send a notification. There should be a pause, then the file should be editable.
+<li>Checkout another copy of the project. Edit a file, then try to edit the same file in the another project copy. You should be notified that the file is currently being edited by someone else.
+</ol>
</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/watch_edit_editorsview00001.html b/tests/org.eclipse.team.tests.cvs.core/html/watch_edit_editorsview00001.html
index 39eace02e..22b2bb003 100644
--- a/tests/org.eclipse.team.tests.cvs.core/html/watch_edit_editorsview00001.html
+++ b/tests/org.eclipse.team.tests.cvs.core/html/watch_edit_editorsview00001.html
@@ -4,8 +4,6 @@
<meta NAME="since" content="">
</head><body><h2>Editors View</h2>
<p>Since: <br>
-Last Modified: $Date: 2004/05/31 14:22:48 $</p>
-
-<h3>Editors View</h3>
-
+Last Modified: $Date: 2004/06/01 15:23:56 $</p>
+<p>Test that you can properly show the editors on a file.</p>
</body></html> \ No newline at end of file

Back to the top