You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2022/07/27 20:26:04 UTC

[unomi] branch migrationTests updated: Oops

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

jkevan pushed a commit to branch migrationTests
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/migrationTests by this push:
     new 19040201d Oops
19040201d is described below

commit 19040201d90ee6783bbf493ebf1b0f98d7242870
Author: Kevan <ke...@jahia.com>
AuthorDate: Wed Jul 27 22:25:50 2022 +0200

    Oops
---
 .../test/java/org/apache/unomi/itests/AllITs.java  | 33 +++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

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 481c21e68..1db16621a 100644
--- a/itests/src/test/java/org/apache/unomi/itests/AllITs.java
+++ b/itests/src/test/java/org/apache/unomi/itests/AllITs.java
@@ -31,7 +31,38 @@ import org.junit.runners.Suite.SuiteClasses;
 @RunWith(Suite.class)
 @SuiteClasses({
         Migrate16xTo200IT.class,
-        BasicIT.class
+        BasicIT.class,
+        ConditionEvaluatorIT.class,
+        ConditionESQueryBuilderIT.class,
+        SegmentIT.class,
+        ProfileServiceIT.class,
+        ProfileImportBasicIT.class,
+        ProfileImportSurfersIT.class,
+        ProfileImportRankingIT.class,
+        ProfileImportActorsIT.class,
+        ProfileExportIT.class,
+        ProfileMergeIT.class,
+        EventServiceIT.class,
+        PropertiesUpdateActionIT.class,
+        CopyPropertiesActionIT.class,
+        IncrementPropertyIT.class,
+        InputValidationIT.class,
+        ModifyConsentIT.class,
+        PatchIT.class,
+        ContextServletIT.class,
+        SecurityIT.class,
+        RuleServiceIT.class,
+        PrivacyServiceIT.class,
+        GroovyActionsServiceIT.class,
+        GraphQLEventIT.class,
+        GraphQLListIT.class,
+        GraphQLProfileIT.class,
+        GraphQLProfilePropertiesIT.class,
+        GraphQLSegmentIT.class,
+        GraphQLWebSocketIT.class,
+        JSONSchemaIT.class,
+        GraphQLProfileAliasesIT.class,
+        SendEventActionIT.class
 })
 public class AllITs {
 }