Skip to content

Commit e3f76be

Browse files
committed
Remove unneded test Aspect Model
Since AspectWithSee.ttl and AspectWithSeeAttribute.ttl are the same, remove one of them
1 parent 77087f4 commit e3f76be

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

core/esmf-aspect-meta-model-java/src/test/java/org/eclipse/esmf/aspectmodel/loader/AspectModelInstantiatorTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ void testLoadAspectExpectSuccess( final TestAspect aspect ) {
5050

5151
@Test
5252
void testAspectTransformationExpectSuccess() {
53-
final Aspect aspect = loadAspect( TestAspect.ASPECT_WITH_SEE );
54-
final AspectModelUrn expectedAspectModelUrn = TestAspect.ASPECT_WITH_SEE.getUrn();
55-
assertBaseAttributes( aspect, expectedAspectModelUrn, "AspectWithSee", "Test Aspect With See",
56-
"This is a test description", "http://example.com/" );
53+
final Aspect aspect = loadAspect( TestAspect.ASPECT_WITH_SEE_ATTRIBUTE );
54+
final AspectModelUrn expectedAspectModelUrn = TestAspect.ASPECT_WITH_SEE_ATTRIBUTE.getUrn();
55+
assertBaseAttributes( aspect, expectedAspectModelUrn, "AspectWithSeeAttribute", "Test Aspect",
56+
"This is a test Aspect.", "http://example.com/" );
5757
}
5858

5959
@Test

core/esmf-test-aspect-models/src/main/java/org/eclipse/esmf/test/TestAspect.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ public enum TestAspect implements TestModel {
175175
ASPECT_WITH_REGULAR_EXPRESSION_CONSTRAINT,
176176
ASPECT_WITH_RUBY_GEM_UPDATE_COMMAND,
177177
ASPECT_WITH_SCRIPT_TAGS,
178-
ASPECT_WITH_SEE,
179178
ASPECT_WITH_SEE_ATTRIBUTE,
180179
ASPECT_WITH_SET,
181180
ASPECT_WITH_SIMPLE_ENTITY,

core/esmf-test-aspect-models/src/main/resources/valid/org.eclipse.esmf.test/1.0.0/AspectWithSee.ttl

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)