You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/30 17:03:33 UTC

[isis] 08/08: ISIS-2274: fixes for smoke test, I hope (fix typo)

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit dd4855221913fbdc750bb43fe2272557988595cd
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 30 16:51:33 2020 +0000

    ISIS-2274: fixes for smoke test, I hope (fix typo)
---
 .../isis/testdomain/domainmodel/DomainModelTest_usingGoodDomain.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/smoketests/src/test/java/org/apache/isis/testdomain/domainmodel/DomainModelTest_usingGoodDomain.java b/examples/smoketests/src/test/java/org/apache/isis/testdomain/domainmodel/DomainModelTest_usingGoodDomain.java
index 2d29f96..beb7f29 100644
--- a/examples/smoketests/src/test/java/org/apache/isis/testdomain/domainmodel/DomainModelTest_usingGoodDomain.java
+++ b/examples/smoketests/src/test/java/org/apache/isis/testdomain/domainmodel/DomainModelTest_usingGoodDomain.java
@@ -53,7 +53,7 @@ import lombok.val;
         }, 
         properties = {
                 "isis.core.meta-model.introspector.mode=FULL",
-                "isis.applib.annotation.domain-object.editing==TRUE",
+                "isis.applib.annotation.domain-object.editing=TRUE",
                 "isis.core.meta-model.validator.explicit-object-type=FALSE", // does not override any of the imports
                 "logging.level.DependentArgUtils=DEBUG"
         })