Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-10-23 20:23:16 +0000
committerrelves2006-10-23 20:23:16 +0000
commit4fb0be620436a8dcdeaa7d0ed821d9d15674cfc5 (patch)
tree772358ca91cfb076fbd075ad4b1667136232f9d3 /org.eclipse.mylyn.bugzilla.tests
parentc9c1dcf92db9fb45bf84ff36d71e35919c331424 (diff)
downloadorg.eclipse.mylyn.tasks-4fb0be620436a8dcdeaa7d0ed821d9d15674cfc5.tar.gz
org.eclipse.mylyn.tasks-4fb0be620436a8dcdeaa7d0ed821d9d15674cfc5.tar.xz
org.eclipse.mylyn.tasks-4fb0be620436a8dcdeaa7d0ed821d9d15674cfc5.zip
NEW - bug 161835: new bugzilla task wizard should remember last selection of project
https://bugs.eclipse.org/bugs/show_bug.cgi?id=161835
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/NewBugWizardTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/NewBugWizardTest.java b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/NewBugWizardTest.java
index 102ef7e5d..3495b7b79 100644
--- a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/NewBugWizardTest.java
+++ b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/NewBugWizardTest.java
@@ -35,7 +35,7 @@ public class NewBugWizardTest extends TestCase {
TaskRepository repository = new TaskRepository(BugzillaCorePlugin.REPOSITORY_KIND,
IBugzillaConstants.TEST_BUGZILLA_220_URL);
BugzillaServerFacade.setupNewBugAttributes(repository.getUrl(), null, repository.getUserName(), repository.getPassword(), newReport, null);
- BugzillaProductPage page = new BugzillaProductPage(PlatformUI.getWorkbench(), null, repository, null);
+ BugzillaProductPage page = new BugzillaProductPage(PlatformUI.getWorkbench(), null, repository);
page.setPlatformOptions(newReport);
String os = Platform.getOS();

Back to the top