Progress on: 144998: create common offline report storage
https://bugs.eclipse.org/bugs/show_bug.cgi?id=144998
diff --git a/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/misc/BugzillaSearchPluginTest.java b/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/misc/BugzillaSearchPluginTest.java
index e4e9a28..3a10d15 100644
--- a/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/misc/BugzillaSearchPluginTest.java
+++ b/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/misc/BugzillaSearchPluginTest.java
@@ -20,7 +20,7 @@
 
 import org.eclipse.jdt.core.IJavaProject;
 import org.eclipse.jdt.core.IType;
-import org.eclipse.mylar.internal.bugs.BugzillaReportElement;
+import org.eclipse.mylar.internal.bugs.BugzillaReportInfo;
 import org.eclipse.mylar.internal.bugs.MylarBugsPlugin;
 import org.eclipse.mylar.internal.bugs.search.BugzillaMylarSearch;
 import org.eclipse.mylar.internal.bugzilla.core.BugzillaPlugin;
@@ -207,7 +207,7 @@
 																// size
 
 		// check that the search has been saved
-		List<BugzillaReportElement> saved = MylarBugsPlugin.getBridge().getFromLandmarksHash(astNodeType,
+		List<BugzillaReportInfo> saved = MylarBugsPlugin.getBridge().getFromLandmarksHash(astNodeType,
 				BugzillaMylarSearch.UNQUAL);
 		assertTrue("Results not cached", saved != null);
 		assertTrue("Results not the right size", saved.size() > 0); // TODO