Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-05-10 16:23:15 +0000
committerMichael Valenta2005-05-10 16:23:15 +0000
commitb8e1642270b70b766e33abf5d08001112a37bc4c (patch)
tree16a17ed5792bf4d5f42418f467ad94b698d25277
parent11ad0b3543066b1d8d97c8377c76f8105ae4d87a (diff)
downloadeclipse.platform.team-b8e1642270b70b766e33abf5d08001112a37bc4c.tar.gz
eclipse.platform.team-b8e1642270b70b766e33abf5d08001112a37bc4c.tar.xz
eclipse.platform.team-b8e1642270b70b766e33abf5d08001112a37bc4c.zip
Updating test plan
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/logical00001.html9
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/logical00002.html13
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/logical00003.html15
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/toc.xml6
4 files changed, 43 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/logical00001.html b/tests/org.eclipse.team.tests.cvs.core/html/logical00001.html
new file mode 100644
index 000000000..20bf63bb2
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/logical00001.html
@@ -0,0 +1,9 @@
+<html><head><title>Logical Resource Support</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><body><h2>Logical Resource Support</h2>
+<p>Since: 3.1 <br>
+Last Modified: $Date: 2005/05/05 20:20:14 $</p>
+
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/logical00002.html b/tests/org.eclipse.team.tests.cvs.core/html/logical00002.html
new file mode 100644
index 000000000..3b00b1dae
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/logical00002.html
@@ -0,0 +1,13 @@
+<html><head><title>Java Packages</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><body><h2>Java Packages</h2>
+<p>Since: 3.1<br>
+Last Modified: $Date: 2005/05/05 20:20:14 $</p>
+
+<p>Ensure that CVS operations such as Update and Commit are performed only
+on the files in a Java package and not on the subpackages when the operations
+are launched from the Java Packages Explorer.
+
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/logical00003.html b/tests/org.eclipse.team.tests.cvs.core/html/logical00003.html
new file mode 100644
index 000000000..3a5a63d0d
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/logical00003.html
@@ -0,0 +1,15 @@
+<html><head><title>Working Sets</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><body><h2>Working Sets</h2>
+<p>Since: 3.1<br>
+Last Modified: $Date: 2005/05/05 20:20:14 $</p>
+
+<p>
+Configure the Java Packages Explorer to show Working Sets. Populate the
+working sets with various combinations of shared and unshared projects and
+ensure that CVS operations can be performed directly on the working sets if they
+contain at least one shared project.
+
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/toc.xml b/tests/org.eclipse.team.tests.cvs.core/toc.xml
index 96b0f78d6..6897eb39c 100644
--- a/tests/org.eclipse.team.tests.cvs.core/toc.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/toc.xml
@@ -159,4 +159,10 @@
<topic label="Tag Caching" href="html/tags00003.html">
</topic>
</topic>
+ <topic label="Logical Resource Support" href="html/logical00001.html">
+ <topic label="Java Packages" href="html/logical00002.html">
+ </topic>
+ <topic label="Working Sets" href="html/logical00003.html">
+ </topic>
+ </topic>
</toc>

Back to the top