Re-activate import test
Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/150010a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/150010a2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/150010a2 Branch: refs/heads/master Commit: 150010a288341baea7fa3230a4171f6ae48c1c5b Parents: bf3ca3e Author: Abdelkader Midani <[email protected]> Authored: Tue Nov 7 18:18:13 2017 +0100 Committer: Abdelkader Midani <[email protected]> Committed: Tue Nov 7 18:18:13 2017 +0100 ---------------------------------------------------------------------- itests/src/test/java/org/apache/unomi/itests/AllITs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/150010a2/itests/src/test/java/org/apache/unomi/itests/AllITs.java ---------------------------------------------------------------------- diff --git a/itests/src/test/java/org/apache/unomi/itests/AllITs.java b/itests/src/test/java/org/apache/unomi/itests/AllITs.java index fb5bb10..a919483 100644 --- a/itests/src/test/java/org/apache/unomi/itests/AllITs.java +++ b/itests/src/test/java/org/apache/unomi/itests/AllITs.java @@ -37,7 +37,7 @@ import org.junit.runners.Suite.SuiteClasses; ProfileImportSurfersIT.class, ProfileImportSurfersOverwriteIT.class, ProfileImportSurfersDeleteIT.class, - //ProfileImportRankingIT.class, + ProfileImportRankingIT.class, ProfileImportActorsIT.class, ProfileExportIT.class, PropertiesUpdateActionIT.class
