Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-01-21 01:21:15 +0000
committermkersten2006-01-21 01:21:15 +0000
commitf3749d3616e0aca25e36e03d9e880c1692abf053 (patch)
tree032cbda1055bda46256a9223289578119b631a07 /org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaProductParserTest.java
parent320f9c94be841406edfa070b4d63e6a7c84c2198 (diff)
downloadorg.eclipse.mylyn.tasks-f3749d3616e0aca25e36e03d9e880c1692abf053.tar.gz
org.eclipse.mylyn.tasks-f3749d3616e0aca25e36e03d9e880c1692abf053.tar.xz
org.eclipse.mylyn.tasks-f3749d3616e0aca25e36e03d9e880c1692abf053.zip
Progress on: Bug 123817: make add of existing report use repository
https://bugs.eclipse.org/bugs/show_bug.cgi?id=123817
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaProductParserTest.java')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaProductParserTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaProductParserTest.java b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaProductParserTest.java
index c058863d6..7f1d5ac9b 100644
--- a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaProductParserTest.java
+++ b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaProductParserTest.java
@@ -29,7 +29,7 @@ import org.eclipse.mylar.bugzilla.core.BugzillaPlugin;
import org.eclipse.mylar.bugzilla.core.IBugzillaConstants;
import org.eclipse.mylar.bugzilla.core.internal.ProductParser;
import org.eclipse.mylar.tasklist.MylarTaskListPlugin;
-import org.eclipse.mylar.tasklist.repositories.TaskRepository;
+import org.eclipse.mylar.tasklist.TaskRepository;
/**
* Tests for parsing Product Page for new Bugzilla reports

Back to the top