Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-06-24 02:44:12 +0000
committerrelves2006-06-24 02:44:12 +0000
commita60c7ce385573094dc93374a92ea7f6233d5bed1 (patch)
tree9c10f1cd6362cbedd2680b09312ebd2377ab017d
parentd61a7ab6561c2fe6c315b689ede80724fe08db8f (diff)
downloadorg.eclipse.mylyn-a60c7ce385573094dc93374a92ea7f6233d5bed1.tar.gz
org.eclipse.mylyn-a60c7ce385573094dc93374a92ea7f6233d5bed1.tar.xz
org.eclipse.mylyn-a60c7ce385573094dc93374a92ea7f6233d5bed1.zip
Completed: 148271: Investigate possible race condition due to multiple synchronizations
https://bugs.eclipse.org/bugs/show_bug.cgi?id=148271
-rw-r--r--org.eclipse.mylyn.tests/tests-manual.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tests/tests-manual.html b/org.eclipse.mylyn.tests/tests-manual.html
index 1ed3e1fd..1fbb53f3 100644
--- a/org.eclipse.mylyn.tests/tests-manual.html
+++ b/org.eclipse.mylyn.tests/tests-manual.html
@@ -71,15 +71,20 @@
<li>If no override, get conflict icon to show</li>
</ul></li>
<li>Case open: should retain outgoing overlay</li>
+ <li>Case edit and save again: outgoing overlay remains (should
+ not receive conflict warning)</li>
<li>Case submit: outgoing overlay should disappear (should be no incoming
- upon synchronize)<br>&nbsp;</li>
+ upon synchronize)</li>
</ul></li>
<li>Task in CONFLICT state<ul>
<li>Case open: remains with conflict decorator</li>
<li>Case synchronize: should get option to override local changes<ul>
<li>Case overriding: overlay and changes go away</li>
- <li>Case no override: changes remain, conflict decorator appears<br>&nbsp;</li>
+ <li>Case no override: changes remain, conflict decorator appears</li>
</ul></li>
+ <li>Case edit: Currently state switches to OUTGOING which is
+ correct for now because we migrate their comment into the new
+ report<br>&nbsp;</li>
</ul>
<p></li>
<li>Query hits not yet downloaded<ul>
@@ -94,6 +99,7 @@
<li>Case open (bug editor already open):&nbsp;
User presented with dialog asking if they want to reopen
with latest version</li>
+ <li>Case Background Synchronization incoming state remains</li>
</ul></li>
<li>Case open: task opens with offline content, user asked if
they want to refresh with incoming content.<br>&nbsp;</li>

Back to the top