Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2010-02-13 03:37:29 +0000
committerrelves2010-02-13 03:37:29 +0000
commit900baab97a310b035c7dcaac6e80d42244609c31 (patch)
tree31108ea91378990697c507eba225cca1b755fa1b /org.eclipse.mylyn.bugzilla.tests
parent2688c3b3ae9a7ee351ba2e98ecdb392d3fe15d95 (diff)
downloadorg.eclipse.mylyn.tasks-900baab97a310b035c7dcaac6e80d42244609c31.tar.gz
org.eclipse.mylyn.tasks-900baab97a310b035c7dcaac6e80d42244609c31.tar.xz
org.eclipse.mylyn.tasks-900baab97a310b035c7dcaac6e80d42244609c31.zip
290465: fix Bugzilla test suite
https://bugs.eclipse.org/bugs/show_bug.cgi?id=290465
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaAttachmentHandlerTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaAttachmentHandlerTest.java b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaAttachmentHandlerTest.java
index 4490d70f2..8486d676b 100644
--- a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaAttachmentHandlerTest.java
+++ b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaAttachmentHandlerTest.java
@@ -341,6 +341,7 @@ public class BugzillaAttachmentHandlerTest extends AbstractBugzillaTest {
"update", new NullProgressMonitor());
fail("CoreException expected but not reached");
} catch (CoreException e) {
+ // FAILING due to cookie issue?
IStatus status = e.getStatus();
System.err.println("\n\ntestAttachmentToken >>> " + status.getClass().getName() + " >>> "
+ status.getMessage() + "\n\n");

Back to the top