You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/01/22 08:55:58 UTC

[isis-app-simpleapp] branch v2.0.0-jdo-SNAPSHOT updated: fixes tests

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

ahuber pushed a commit to branch v2.0.0-jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


The following commit(s) were added to refs/heads/v2.0.0-jdo-SNAPSHOT by this push:
     new c392af1  fixes tests
c392af1 is described below

commit c392af18d335b6a4bd7bb7797949bd5420a7efc9
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 22 09:55:19 2021 +0100

    fixes tests
---
 .../simple/integtests/SimpleModuleTestConfiguration_usingJdo.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/module-simple/src/test/java/domainapp/modules/simple/integtests/SimpleModuleTestConfiguration_usingJdo.java b/module-simple/src/test/java/domainapp/modules/simple/integtests/SimpleModuleTestConfiguration_usingJdo.java
index 0174a63..56a2faa 100644
--- a/module-simple/src/test/java/domainapp/modules/simple/integtests/SimpleModuleTestConfiguration_usingJdo.java
+++ b/module-simple/src/test/java/domainapp/modules/simple/integtests/SimpleModuleTestConfiguration_usingJdo.java
@@ -47,6 +47,7 @@ import domainapp.modules.simple.SimpleModule;
 })
 @PropertySources({
     @PropertySource(IsisPresets.H2InMemory_withUniqueSchema),
+    @PropertySource(IsisPresets.DataNucleusAutoCreate),
     @PropertySource(IsisPresets.UseLog4j2Test),
 })
 public class SimpleModuleTestConfiguration_usingJdo {