Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-01-25 19:17:59 +0000
committerspingel2010-01-25 19:17:59 +0000
commit4fa57efae339cb17f2d9f6d88dcac9ad0fa9ce39 (patch)
tree5f8bbebf79a1b1ade99e34c29d2b101fff90b9a6 /org.eclipse.mylyn.bugzilla.tests
parentf2dc2230505274d0249c0dadc970f09f01d5380c (diff)
downloadorg.eclipse.mylyn.tasks-4fa57efae339cb17f2d9f6d88dcac9ad0fa9ce39.tar.gz
org.eclipse.mylyn.tasks-4fa57efae339cb17f2d9f6d88dcac9ad0fa9ce39.tar.xz
org.eclipse.mylyn.tasks-4fa57efae339cb17f2d9f6d88dcac9ad0fa9ce39.zip
bug 300704: [releng] upgrade 3.4 test server to 3.4.4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=300704
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 cfef3863b..89f871b02 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
@@ -87,8 +87,8 @@ public class BugzillaFixture extends TestFixture {
public static BugzillaFixture DEFAULT = BUGS_3_4;
- public static final BugzillaFixture[] ALL = new BugzillaFixture[] { /*BUGS_2_20, BUGS_2_22, BUGS_3_0, BUGS_3_2,*/
- BUGS_3_4, BUGS_HEAD };
+ public static final BugzillaFixture[] ALL = new BugzillaFixture[] { BUGS_2_20, BUGS_2_22, BUGS_3_0, BUGS_3_2,
+ BUGS_3_4, BUGS_HEAD };
private final String version;

Back to the top