You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/03/16 22:04:32 UTC

[jspwiki] branch master updated: fix pending test, ugh

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new b4a82a6  fix pending test, ugh
b4a82a6 is described below

commit b4a82a6a894df8f23b216748ef67cb4d63873de4
Author: juanpablo <ju...@apache.org>
AuthorDate: Mon Mar 16 23:04:11 2020 +0100

    fix pending test, ugh
---
 .../test/java/org/apache/wiki/search/tika/TikaSearchProviderTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jspwiki-tika-searchprovider/src/test/java/org/apache/wiki/search/tika/TikaSearchProviderTest.java b/jspwiki-tika-searchprovider/src/test/java/org/apache/wiki/search/tika/TikaSearchProviderTest.java
index 95f93cb..8baa8df 100644
--- a/jspwiki-tika-searchprovider/src/test/java/org/apache/wiki/search/tika/TikaSearchProviderTest.java
+++ b/jspwiki-tika-searchprovider/src/test/java/org/apache/wiki/search/tika/TikaSearchProviderTest.java
@@ -18,7 +18,7 @@ package org.apache.wiki.search.tika;
 
 import net.sf.ehcache.CacheManager;
 import org.apache.wiki.TestEngine;
-import org.apache.wiki.attachment.Attachment;
+import org.apache.wiki.api.core.Attachment;
 import org.apache.wiki.attachment.AttachmentManager;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.BeforeEach;