Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-06-30 01:48:45 +0000
committerrelves2006-06-30 01:48:45 +0000
commit7e29d3c4295b9f54b0d9848df92e4f8b8faee8a3 (patch)
tree657ec2a5ba21ad26648ba3beffc3fb440e61aba4
parent29e48d39c3203ccda7118b6f902f6d3d04f3bc1a (diff)
downloadorg.eclipse.mylyn-7e29d3c4295b9f54b0d9848df92e4f8b8faee8a3.tar.gz
org.eclipse.mylyn-7e29d3c4295b9f54b0d9848df92e4f8b8faee8a3.tar.xz
org.eclipse.mylyn-7e29d3c4295b9f54b0d9848df92e4f8b8faee8a3.zip
Progress on: 131619: update bugzilla documentationR_0_6_0_e_3_1R_0_6_0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=131619
-rw-r--r--org.eclipse.mylyn.tests/tests-manual.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.tests/tests-manual.html b/org.eclipse.mylyn.tests/tests-manual.html
index 29302204..08fede20 100644
--- a/org.eclipse.mylyn.tests/tests-manual.html
+++ b/org.eclipse.mylyn.tests/tests-manual.html
@@ -10,7 +10,7 @@
<ul>
<li>Migration: Ensure that offline reports still open correctly (if not
- lost).</li>
+ lost completely).</li>
<li>Bug Editor Hyperlinking - <font color="#FF6600">URL Hyperlinks</font>, Bug hyperlinks (bug# 123, bug 12312, duplicate bug links), stack trace file links</li>
</ul>
<ul>
@@ -70,7 +70,7 @@
</ul></li>
<li>Synchronizing while disconnected should not put errors in the
eclipse log<ul>
- <li><font color="#FF0000">java.net.UnknownHostException:
+ <li><font color="#FF6600">java.net.UnknownHostException:
mylar.eclipse.org<br>
at java.net.PlainSocketImpl.connect(Unknown Source)<br>
at java.net.Socket.connect(Unknown Source)<br>
@@ -155,9 +155,8 @@
always matches</li>
</ul></li>
<li>Check that auto background synchronize works</li>
- <li><font color="#FF0000">If editor open and task gets incoming dialog
- presented asking if user wants to refresh and reopen. (June 29, 2006
- [0.6])</font></li>
+ <li>If editor open and task gets incoming dialog
+ presented asking if user wants to refresh and reopen.</li>
<li>Ensure that when offline reports file is deleted, tasks don't
suddenly all have incoming status upon synchronizing</li>
<li>Reports &gt; Outline View<ul>
@@ -192,6 +191,7 @@
<li>Run JUnit context test without interesting tests: should get message</li>
<li>Run JUnit contexts test with interesting tests, should run</li>
<li>Do above for PDE JUnit tests</li>
+ <li>Ensure code folding works properly</li>
</ul>
<p>PDE</p>
<ul>

Back to the top