Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2012-02-04 07:51:00 +0000
committerSteffen Pingel2012-02-06 14:43:47 +0000
commitfdaa26f3d8ec744574f1fa1e5d6a4b8d88b757a6 (patch)
treeb2ee07dd21d1deb922e2c5d44232cec86fcff3d2
parentc8c18b8a688bb7a96804b28a053c52ceabd0c6e5 (diff)
downloadorg.eclipse.mylyn.tasks-fdaa26f3d8ec744574f1fa1e5d6a4b8d88b757a6.tar.gz
org.eclipse.mylyn.tasks-fdaa26f3d8ec744574f1fa1e5d6a4b8d88b757a6.tar.xz
org.eclipse.mylyn.tasks-fdaa26f3d8ec744574f1fa1e5d6a4b8d88b757a6.zip
ASSIGNED - bug 370493: update Bugzilla repositories to 4.2rc2, 4.0.4,
3.6.8, and 3.4.14 https://bugs.eclipse.org/bugs/show_bug.cgi?id=370493
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaFixture.java14
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.8/Custom_Workflow_and_StatusTransition.txt (renamed from org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.6/Custom_Workflow_and_StatusTransition.txt)0
2 files changed, 7 insertions, 7 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 36cff8857..612e89d7a 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
@@ -78,25 +78,25 @@ public class BugzillaFixture extends TestFixture {
*/
@Deprecated
public static BugzillaFixture BUGS_3_4 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_34_URL, //
- "3.4.13", "");
+ "3.4.14", "");
public static BugzillaFixture BUGS_3_6 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_36_URL, //
- "3.6.7", "");
+ "3.6.8", "");
public static BugzillaFixture BUGS_3_6_CUSTOM_WF = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_36_URL
- + "-custom-wf", "3.6.7", CUSTOM_WF);
+ + "-custom-wf", "3.6.8", CUSTOM_WF);
public static BugzillaFixture BUGS_3_6_CUSTOM_WF_AND_STATUS = new BugzillaFixture(
- BugzillaFixture.TEST_BUGZILLA_36_URL + "-custom-wf-and-status", "3.6.7", CUSTOM_WF_AND_STATUS);
+ BugzillaFixture.TEST_BUGZILLA_36_URL + "-custom-wf-and-status", "3.6.8", CUSTOM_WF_AND_STATUS);
public static BugzillaFixture BUGS_3_6_XML_RPC_DISABLED = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_36_URL
- + "-xml-rpc-disabled", "3.6.7", XML_RPC_DISABLED);
+ + "-xml-rpc-disabled", "3.6.8", XML_RPC_DISABLED);
public static BugzillaFixture BUGS_4_0 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_40_URL, //
- "4.0.3", "");
+ "4.0.4", "");
public static BugzillaFixture BUGS_4_2 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_42_URL, //
- "4.2RC1+", "");
+ "4.2RC2+", "");
public static BugzillaFixture BUGS_HEAD = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_HEAD_URL, //
"4.3", "");
diff --git a/org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.6/Custom_Workflow_and_StatusTransition.txt b/org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.8/Custom_Workflow_and_StatusTransition.txt
index bdbd77b37..bdbd77b37 100644
--- a/org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.6/Custom_Workflow_and_StatusTransition.txt
+++ b/org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.8/Custom_Workflow_and_StatusTransition.txt

Back to the top