You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by sk...@apache.org on 2018/05/29 08:56:59 UTC

[2/2] syncope git commit: [SYNCOPE-1315] Fix symbol not found

[SYNCOPE-1315] Fix symbol not found


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/6d38f3c5
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6d38f3c5
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6d38f3c5

Branch: refs/heads/master
Commit: 6d38f3c50119f2fb7c2da6a7717e38250e5dd178
Parents: 252eb54
Author: skylark17 <ma...@tirasa.net>
Authored: Tue May 29 10:51:50 2018 +0200
Committer: skylark17 <ma...@tirasa.net>
Committed: Tue May 29 10:51:50 2018 +0200

----------------------------------------------------------------------
 .../java/org/apache/syncope/fit/console/AbstractConsoleITCase.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/6d38f3c5/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java b/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java
index 506b4a2..f9ab81b 100644
--- a/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java
+++ b/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java
@@ -31,6 +31,7 @@ import org.apache.wicket.markup.html.list.ListItem;
 import org.apache.wicket.util.tester.FormTester;
 import org.apache.wicket.util.tester.WicketTester;
 import org.apache.wicket.util.visit.IVisit;
+import org.apache.wicket.util.visit.IVisitor;
 import org.junit.jupiter.api.BeforeAll;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;