Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-02-21 03:38:23 +0000
committermkersten2006-02-21 03:38:23 +0000
commitf90762d44d73a4ea266dad2c60e5339df4d72edd (patch)
treebbbb566d7fa24af38a5a70b9674ce64ce612fdff
parentcb985abb6c81c27b7f3a1b04936e3f2be1672b35 (diff)
downloadorg.eclipse.mylyn-f90762d44d73a4ea266dad2c60e5339df4d72edd.tar.gz
org.eclipse.mylyn-f90762d44d73a4ea266dad2c60e5339df4d72edd.tar.xz
org.eclipse.mylyn-f90762d44d73a4ea266dad2c60e5339df4d72edd.zip
Completed: Bug 109902: integrate reminders into the task listR_0_4_9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=109902
-rw-r--r--org.eclipse.mylyn.tests/tests-manual.html27
1 files changed, 10 insertions, 17 deletions
diff --git a/org.eclipse.mylyn.tests/tests-manual.html b/org.eclipse.mylyn.tests/tests-manual.html
index b1b5db3c..1dcb8408 100644
--- a/org.eclipse.mylyn.tests/tests-manual.html
+++ b/org.eclipse.mylyn.tests/tests-manual.html
@@ -3,8 +3,9 @@
<h2>Mylar Manual Tests</h2>
<p>Bugzilla Client</p>
<ul>
- <li>No repositories added<ul>
- <li>Search via search page</li>
+ <li>Test of Search &gt; Search... &gt; Bugzilla Search tab <ul>
+ <li><font color="#FF0000">Requires that a bugzilla repository is
+ configured in the Mylar Task Repositories view</font></li>
</ul>
</li>
<li>New Bug submission (invalid credentials)<ul>
@@ -21,8 +22,8 @@
<li>Make repository password invalid in Task Repositories view.</li>
<li>Initiate new repository task action.</li>
<li>Select repository with invalid password</li>
- <li>Dialog: Unable to get products.&nbsp; Ensure
- proper repository configuration in Task Repositories view.</li>
+ <li>Error Dialog presented on product update or selection of Next: The
+ user name or password you entered is not valid...</li>
</ul></li>
<li>Submission of changes to existing bug with invalid repository
credentials<ul>
@@ -35,7 +36,7 @@
configuration in Task Repositories view.</li>
</ul>
</li>
- <li>Product configuration catching<ul>
+ <li>Product configuration caching<ul>
<li>Run new bug wizard</li>
<li>Restart, rerun, products should appear immediately</li>
</ul>
@@ -70,6 +71,8 @@
<li>Open report&nbsp; in external editor and add a comment.<ul>
<li>Case synchronize: incoming decoration should appear on task<ul>
<li>Case open: task opens with new content, no decoration</li>
+ <li><font color="#FF9900">Case open (bug editor already open):&nbsp;
+ Editor should close and reopen with new data.</font></li>
</ul></li>
<li>Case open: task opens with new content, no decoration<br>
&nbsp;</li>
@@ -77,24 +80,14 @@
<li>Open, modify, save, should have outgoing decorator, open report in
external browser, add comment<ul>
<li>Case open: Outgoing decorator remains</li>
- <li><font color="#FF0000">Case Submit: Failed to submit bug dialog,
- Possible Bugzilla Client Failure with &quot;Mid-air collision&quot;
- (Currently also getting &quot;Could not post bug. Check repository
- credentials..&quot;)</font></li>
+ <li>Case Submit: Dialog:Possible problem posting Bugzilla report... HTML
+ mid-air collision dialog (outgoing state remains)</li>
<li>Case synchronize: should get option to override local changes<ul>
<li>If overriding, overlay and changes go away</li>
<li>If no override, get conflict icon to show<br>
&nbsp;</li>
</ul></li>
</ul></li>
- <li>Test failure handling<ul>
- <li>Make sure HTML page showing failure to submit shows on failure<ul>
- <li>Open a bug, change with browser, try to submit, should get &quot;mid air
- collision&quot; HTML page in dialog</li>
- </ul>
- </li>
- </ul>
- </li>
<li>Copy report to a local category, repeat above tests ensuring
decoration always </li>
<li>Copy report to root category, repeat tests ensuring decoration

Back to the top