Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2012-02-26 07:34:37 +0000
committerFrank Becker2012-02-26 07:34:37 +0000
commit9e8d9e96fb990b421e4b28a0e7ad52b43e04c55c (patch)
treef13228b5c2a63f200c6b01fed61adee5102e7353 /org.eclipse.mylyn.bugzilla.tests
parent50009ef2029afa36ecf13ed6cceffffcea85075d (diff)
downloadorg.eclipse.mylyn.tasks-9e8d9e96fb990b421e4b28a0e7ad52b43e04c55c.tar.gz
org.eclipse.mylyn.tasks-9e8d9e96fb990b421e4b28a0e7ad52b43e04c55c.tar.xz
org.eclipse.mylyn.tasks-9e8d9e96fb990b421e4b28a0e7ad52b43e04c55c.zip
ASSIGNED - bug 372579: update Bugzilla repositories to 4.2 and 4.0.5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=372579
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaFixture.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaFixture.java b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaFixture.java
index 860eb7f17..470e18ef8 100644
--- a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaFixture.java
+++ b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaFixture.java
@@ -92,10 +92,10 @@ public class BugzillaFixture extends TestFixture {
+ "-xml-rpc-disabled", "3.6.8", XML_RPC_DISABLED);
public static BugzillaFixture BUGS_4_0 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_40_URL, //
- "4.0.4", "");
+ "4.0.5", "");
public static BugzillaFixture BUGS_4_2 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_42_URL, //
- "4.2RC2+", "");
+ "4.2", "");
public static BugzillaFixture BUGS_HEAD = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_HEAD_URL, //
"4.3", "");

Back to the top