Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-06-02 16:07:33 +0000
committerJean Michel-Lemieux2004-06-02 16:07:33 +0000
commit6babd75a07e9ee26558314f6d36338304a949dc1 (patch)
treeeed7681f5572ced423410bef3000d29024caa395 /tests/org.eclipse.team.tests.cvs.core
parent68cc41aca3fde88158ca419145c80740d3eb22a5 (diff)
downloadeclipse.platform.team-6babd75a07e9ee26558314f6d36338304a949dc1.tar.gz
eclipse.platform.team-6babd75a07e9ee26558314f6d36338304a949dc1.tar.xz
eclipse.platform.team-6babd75a07e9ee26558314f6d36338304a949dc1.zip
new test scenario changes
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00036.html8
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00037.html7
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/watch_edit_basic00001.html25
3 files changed, 34 insertions, 6 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00036.html b/tests/org.eclipse.team.tests.cvs.core/html/00036.html
index 3d2dca177..66cb6b2bc 100644
--- a/tests/org.eclipse.team.tests.cvs.core/html/00036.html
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00036.html
@@ -4,8 +4,10 @@
<meta NAME="since" content="">
</head><body><h2>Enablement at startup</h2>
<p>Since: <br>
-Last Modified: $Date: 2004/02/25 20:34:42 $</p>
-
-Answer comes here.
+Last Modified: $Date: 2004/06/01 15:23:56 $</p>
+<p>The CVS decorators should not be enabled at start-up. Verify the label decorator preference page.</p>
+<p>When sharing or checking out a project, the decorators will be enabled automatically.</p>
+<p>Disabling after they have been enabled and restarting. The decorators should be disabled. Checkout should not enable them again.</p>
+<p>Enable the decorations again, then disconnecting a project should clear the decorators on the project.</p>
</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00037.html b/tests/org.eclipse.team.tests.cvs.core/html/00037.html
index 4f65203ab..d89f12e51 100644
--- a/tests/org.eclipse.team.tests.cvs.core/html/00037.html
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00037.html
@@ -4,8 +4,11 @@
<meta NAME="since" content="">
</head><body><h2>Customizations</h2>
<p>Since: <br>
-Last Modified: $Date: 2004/02/25 20:34:42 $</p>
+Last Modified: $Date: 2004/06/01 15:23:56 $</p>
-Answer comes here.
+<p>You should be able to customize the label decorations via the preference page. The customizations will
+take effect when apply is pressed. Resetting the defaults should work.
+
+</p>
</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 335d19647..06f8c61b6 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,7 +4,7 @@
<meta NAME="since" content="">
</head><body><h2>Basic scenarios</h2>
<p>Since: <br>
-Last Modified: $Date: 2004/06/01 15:23:56 $</p>
+Last Modified: $Date: 2004/06/01 20:28:37 $</p>
<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>
@@ -17,4 +17,27 @@ Last Modified: $Date: 2004/06/01 15:23:56 $</p>
<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>
+<p>Saving files - setup is the same as previous</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>Edit the file but don't save it.
+<li>Edit the file in a system editor outside of Eclipse, then in the resource navigator, commit the file. The resource's decorator will change. Ignore all the prompts
+about saving the un-saved file.
+<li>Return to the unsaved editor and try typing. You should be prompted to call validate edit again.
+</ol>
+
+<p>validateEdit fails</p>
+<ol>
+<li>Check out a project from CVS and verify that the files are marked as read-only.
+<li>Disconnect from network so that the validateEdit would fail.
+<li>Open a file and edit it. You should be prompted to edit it. Say yes. There should be a pause then the error should be reported in the
+editor pane showing the exception that occured.
+</ol>
+
+<p>Refactoring</p>
+<ol>
+<li>Check out a project from CVS and verify that the files are marked as read-only.
+</ol>
+
</body></html> \ No newline at end of file

Back to the top