Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2012-05-24 18:22:12 +0000
committerFrank Becker2012-05-24 18:22:12 +0000
commit579b730e415b28a00596365d3bd6b759a84f9ef4 (patch)
tree94d842f3b3ff569211026ec2a0238c8f4f6c2121 /org.eclipse.mylyn.bugzilla.tests
parent26ec16e2cb714094d58bf0e0ffd9f6771f3af03c (diff)
downloadorg.eclipse.mylyn.tasks-579b730e415b28a00596365d3bd6b759a84f9ef4.tar.gz
org.eclipse.mylyn.tasks-579b730e415b28a00596365d3bd6b759a84f9ef4.tar.xz
org.eclipse.mylyn.tasks-579b730e415b28a00596365d3bd6b759a84f9ef4.zip
ASSIGNED - bug 380389: update Bugzilla repositories to 4.2.1, 4.0.6, and
3.6.9 https://bugs.eclipse.org/bugs/show_bug.cgi?id=380389
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaFixture.java16
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.9/Custom_Workflow_and_StatusTransition.txt (renamed from org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.7/Custom_Workflow_and_StatusTransition.txt)0
2 files changed, 8 insertions, 8 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 d082f0786..4ab00a749 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
@@ -79,27 +79,27 @@ public class BugzillaFixture extends TestFixture {
"3.4.14", "");
public static BugzillaFixture BUGS_3_6 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_36_URL, //
- "3.6.8", "");
+ "3.6.9", "");
public static BugzillaFixture BUGS_3_6_CUSTOM_WF = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_36_URL
- + "-custom-wf", "3.6.8", CUSTOM_WF);
+ + "-custom-wf", "3.6.9", 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.8", CUSTOM_WF_AND_STATUS);
+ BugzillaFixture.TEST_BUGZILLA_36_URL + "-custom-wf-and-status", "3.6.9", 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.8", XML_RPC_DISABLED);
+ + "-xml-rpc-disabled", "3.6.9", XML_RPC_DISABLED);
public static BugzillaFixture BUGS_4_0 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_40_URL, //
- "4.0.5", "");
+ "4.0.6", "");
public static BugzillaFixture BUGS_4_2 = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_42_URL, //
- "4.2", "");
+ "4.2.1", "");
public static BugzillaFixture BUGS_HEAD = new BugzillaFixture(BugzillaFixture.TEST_BUGZILLA_HEAD_URL, //
- "4.3", "");
+ "4.3.1+", "");
- public static BugzillaFixture DEFAULT = BUGS_4_0;
+ public static BugzillaFixture DEFAULT = BUGS_4_2;
public static final BugzillaFixture[] ALL = new BugzillaFixture[] { BUGS_3_4, BUGS_3_6, BUGS_3_6_XML_RPC_DISABLED,
BUGS_3_6_CUSTOM_WF, BUGS_3_6_CUSTOM_WF_AND_STATUS, BUGS_4_0, BUGS_4_2, BUGS_HEAD };
diff --git a/org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.7/Custom_Workflow_and_StatusTransition.txt b/org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.9/Custom_Workflow_and_StatusTransition.txt
index bdbd77b37..bdbd77b37 100644
--- a/org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.7/Custom_Workflow_and_StatusTransition.txt
+++ b/org.eclipse.mylyn.bugzilla.tests/testdata/descriptor/Bugzilla_3.6.9/Custom_Workflow_and_StatusTransition.txt

Back to the top