From 6d3a130878a939bbb336411e4b4e220f2b999208 Mon Sep 17 00:00:00 2001 From: theli Date: Mon, 13 Nov 2006 06:13:15 +0000 Subject: [PATCH] *) bugfix needed because of db refactoring git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2957 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- test/de/anomic/soap/services/BookmarkServiceTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/de/anomic/soap/services/BookmarkServiceTest.java b/test/de/anomic/soap/services/BookmarkServiceTest.java index 0fdfce40e..2203dab05 100644 --- a/test/de/anomic/soap/services/BookmarkServiceTest.java +++ b/test/de/anomic/soap/services/BookmarkServiceTest.java @@ -17,8 +17,8 @@ import org.w3c.dom.Document; import yacy.soap.bookmarks.BookmarkService; import yacy.soap.bookmarks.BookmarkServiceServiceLocator; import de.anomic.data.bookmarksDB; -import de.anomic.index.indexURL; import de.anomic.net.URL; +import de.anomic.plasma.plasmaURL; public class BookmarkServiceTest extends AbstractServiceTest { @@ -67,7 +67,7 @@ public class BookmarkServiceTest extends AbstractServiceTest { for (int i=0; i < hashs.length; i++) { String url = "/testxmlimport" + i; String title = "YaCy Bookmark XML Import " + i; - String hash = indexURL.urlHash("http://www.yacy.de"+ url); + String hash = plasmaURL.urlHash("http://www.yacy.de"+ url); xmlStr.append("\t").append(title).append("\r\n"); @@ -114,7 +114,7 @@ public class BookmarkServiceTest extends AbstractServiceTest { URL url = new URL("http://www.yacy.de/testxmlimport" + i); String title = "YaCy Bookmark XML Import " + i; String description = "YaCy Bookmarkx XML Import junit test with url " + i; - String hash = indexURL.urlHash(url); + String hash = plasmaURL.urlHash(url); String tags = "yacy bookmarks xmlimport"; xmlStr.append("\t