Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-07-07 18:03:40 +0000
committerrelves2006-07-07 18:03:40 +0000
commitd0cbdebe16436a316f5d1f48b2d2c2d92c052f38 (patch)
tree62768542878d34f52af66e8bebdfd99710c32512
parentf3590aca4f83b519c7abce734bf92e92406de521 (diff)
downloadorg.eclipse.mylyn-d0cbdebe16436a316f5d1f48b2d2c2d92c052f38.tar.gz
org.eclipse.mylyn-d0cbdebe16436a316f5d1f48b2d2c2d92c052f38.tar.xz
org.eclipse.mylyn-d0cbdebe16436a316f5d1f48b2d2c2d92c052f38.zip
Progress on: 149984: queries fail to synch in backgroundR_0_6_0_prerefactoring
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149984
-rw-r--r--org.eclipse.mylyn.tests/tests-manual.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tests/tests-manual.html b/org.eclipse.mylyn.tests/tests-manual.html
index 08fede20..a6e7ba3d 100644
--- a/org.eclipse.mylyn.tests/tests-manual.html
+++ b/org.eclipse.mylyn.tests/tests-manual.html
@@ -154,7 +154,13 @@
<li>Copy report to root category, repeat tests ensuring decoration
always matches</li>
</ul></li>
- <li>Check that auto background synchronize works</li>
+ <li>Check that auto background synchronize works<ul>
+ <li>Ensure that new hits (i.e. reports created using web ui) appear in
+ query after auto sync</li>
+ <li>Ensure that incoming on existing tasks appears after auto
+ synchronization&nbsp;&nbsp;&nbsp; </li>
+ </ul>
+ </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

Back to the top