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 2022/08/30 07:58:00 UTC

[isis] branch ISIS-3193 updated: ISIS-3193: updates regression test

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

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


The following commit(s) were added to refs/heads/ISIS-3193 by this push:
     new 773e6fbc25 ISIS-3193: updates regression test
773e6fbc25 is described below

commit 773e6fbc25214bf5c69b3abf4cc679487b7f15bc
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Aug 30 08:57:48 2022 +0100

    ISIS-3193: updates regression test
---
 .../domainmodel/MetaModelRegressionTest.java       |   3 +--
 .../src/test/resources/metamodel.xml.zip           | Bin 101781 -> 102627 bytes
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/regressiontests/stable-domainmodel/src/test/java/org/apache/isis/testdomain/domainmodel/MetaModelRegressionTest.java b/regressiontests/stable-domainmodel/src/test/java/org/apache/isis/testdomain/domainmodel/MetaModelRegressionTest.java
index 8218e15d61..70105fdcc3 100644
--- a/regressiontests/stable-domainmodel/src/test/java/org/apache/isis/testdomain/domainmodel/MetaModelRegressionTest.java
+++ b/regressiontests/stable-domainmodel/src/test/java/org/apache/isis/testdomain/domainmodel/MetaModelRegressionTest.java
@@ -77,12 +77,11 @@ class MetaModelRegressionTest {
 
         val url = _Resources.getResourceUrl(getClass(), "/metamodel.xml.zip");
         if(url==null) {
-            //createReferenceMetaModelFile(new File("/<path to resources>/metamodel.xml.zip"));
             _Exceptions.throwNotImplemented();
         }
 
         //for maintenance
-        //createReferenceMetaModelFile(new File("d:/tmp/_scratch/metamodel.xml.zip"));
+        // createReferenceMetaModelFile(new File("src/test/resources/metamodel.xml.zip"));
     }
 
     @Test
diff --git a/regressiontests/stable-domainmodel/src/test/resources/metamodel.xml.zip b/regressiontests/stable-domainmodel/src/test/resources/metamodel.xml.zip
index 6864fc08b6..69ff6f3222 100644
Binary files a/regressiontests/stable-domainmodel/src/test/resources/metamodel.xml.zip and b/regressiontests/stable-domainmodel/src/test/resources/metamodel.xml.zip differ