This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch ISIS-3197
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/ISIS-3197 by this push:
new 85c58d8f17 ISIS-3197: updates regression test
85c58d8f17 is described below
commit 85c58d8f17559745dcc6a4062ac5156b8b69786a
Author: Dan Haywood <[email protected]>
AuthorDate: Thu Sep 1 11:59:21 2022 +0100
ISIS-3197: updates regression test
---
.../domainmodel/MetaModelRegressionTest.java | 6 +++---
.../src/test/resources/metamodel.xml.zip | Bin 102627 -> 108222 bytes
2 files changed, 3 insertions(+), 3 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 70105fdcc3..b6f5876144 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
@@ -75,13 +75,13 @@ class MetaModelRegressionTest {
void setUp() {
assertNotNull(metaModelServiceMenu);
+ //for maintenance
+ createReferenceMetaModelFile(new
File("src/test/resources/metamodel.xml.zip"));
+
val url = _Resources.getResourceUrl(getClass(), "/metamodel.xml.zip");
if(url==null) {
_Exceptions.throwNotImplemented();
}
-
- //for maintenance
- // 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 69ff6f3222..fa5afca844 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