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/07/30 20:24:46 UTC

[isis] branch master updated: ISIS-2794: just comments

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 21482ad  ISIS-2794: just comments
21482ad is described below

commit 21482ad712ebe35c61f3d71cf5796f067aa2276d
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jul 30 22:24:37 2021 +0200

    ISIS-2794: just comments
---
 .../apache/isis/testdomain/publishing/PublishingTestFactoryAbstract.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regressiontests/stable/src/main/java/org/apache/isis/testdomain/publishing/PublishingTestFactoryAbstract.java b/regressiontests/stable/src/main/java/org/apache/isis/testdomain/publishing/PublishingTestFactoryAbstract.java
index cf33dd0..f6eb0d5 100644
--- a/regressiontests/stable/src/main/java/org/apache/isis/testdomain/publishing/PublishingTestFactoryAbstract.java
+++ b/regressiontests/stable/src/main/java/org/apache/isis/testdomain/publishing/PublishingTestFactoryAbstract.java
@@ -200,6 +200,7 @@ public abstract class PublishingTestFactoryAbstract {
 
     // -- CREATE DYNAMIC TESTS
 
+    @Deprecated //FIXME not deprecated - simplify and trigger the verification stages automatically, not declaratively
     public final List<DynamicTest> generateTests(
             final ChangeScenario changeScenario,
             final boolean includeProgrammatic,