This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch unomi-fix-scripting-classloaders
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to
refs/heads/unomi-fix-scripting-classloaders by this push:
new a8b1095 Add new integration test to AllITs list
a8b1095 is described below
commit a8b1095df9dd6b9215ed69db835c6b217eb9fec3
Author: Serge Huber <[email protected]>
AuthorDate: Mon May 11 23:12:45 2020 +0200
Add new integration test to AllITs list
---
itests/src/test/java/org/apache/unomi/itests/AllITs.java | 3 ++-
1 file changed, 2 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 938fcf8..c9ee4ff 100644
--- a/itests/src/test/java/org/apache/unomi/itests/AllITs.java
+++ b/itests/src/test/java/org/apache/unomi/itests/AllITs.java
@@ -41,7 +41,8 @@ import org.junit.runners.Suite.SuiteClasses;
PropertiesUpdateActionIT.class,
ModifyConsentIT.class,
PatchIT.class,
- UpdateEventFromContextServletIT.class
+ UpdateEventFromContextServletIT.class,
+ SecurityIT.class
})
public class AllITs {
}