Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b448fdf

Browse files
authoredFeb 15, 2024
Merge pull request eclipse-esmf#28 from bci-oss/rbs-13551_resolve-elements-from-other-files
Add a test to check element resolving
2 parents 6dcfb9d + 1e559df commit b448fdf

File tree

72 files changed

+315
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+315
-161
lines changed
 

‎core/esmf-aspect-meta-model-python/tests/integration/resources/constraints/AspectWithRegularExpressionConstraint.ttl renamed to ‎core/esmf-aspect-meta-model-python/tests/integration/resources/org.eclipse.esmf.test.constraints/2.0.0/AspectWithRegularExpressionConstraint.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# SPDX-License-Identifier: MPL-2.0
1111

12-
@prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
12+
@prefix : <urn:samm:org.eclipse.esmf.test.constraints:2.0.0#> .
1313
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.1.0#> .
1414
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.1.0#> .
1515
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

‎core/esmf-aspect-meta-model-python/tests/integration/resources/entity/AspectWithAbstractEntity.ttl renamed to ‎core/esmf-aspect-meta-model-python/tests/integration/resources/org.eclipse.esmf.test.entity/2.0.0/AspectWithAbstractEntity.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# SPDX-License-Identifier: MPL-2.0
1111

12-
@prefix : <urn:samm:org.eclipse.esmf.samm.test:1.0.0#> .
12+
@prefix : <urn:samm:org.eclipse.esmf.test.entity:2.0.0#> .
1313
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
1414
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
1515
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.