Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/html/00024.html')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00024.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00024.html b/tests/org.eclipse.team.tests.cvs.core/html/00024.html
new file mode 100644
index 000000000..2942db38a
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00024.html
@@ -0,0 +1,41 @@
+<html><head><title>Annotate</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><h2>Annotate</h2>
+<p>Since: 3.0 M6<br>
+Last Modified: $Date: 2003/11/20 22:20:45 $</p><body>
+
+<h4>Annotate action should be available from</h4>
+<ul>
+<li>history view, repo explorer, resource/packages view
+</ul>
+
+<h4>Annotate java files</h4>
+<ul>
+<li>should show the java editor
+<li>you should be able to step through changes in the annotate view and the java editor should
+stay in sync (e.g. highlight) the changes associated with the selected change in the annotate view.
+<li>you should also be able to select a line in the java file and the annotate view should
+select the change that is associated with that line.
+<li>the history view should show the history for the opened file and highlight the revision
+of the currently selected change in the annotate view.
+</ul>
+
+<h4>Annotate non-text editor files</h4>
+<ul>
+<li>annotate plugin.xml file
+<li>the default text editor should be shown
+<li>you should also be able to select a line in the text file and the annotate view should
+select the change that is associated with that line.
+<li>the history view should show the history for the opened file and highlight the revision
+of the currently selected change in the annotate view.
+</ul>
+
+<h4>Annotate binary files</h4>
+<ul>
+<li>annotate a file marked as binary
+<li>the server should report an error that annotations cannot be shown for binary files.
+</ul>
+
+</body></html> \ No newline at end of file

Back to the top