Skip to content

Commit a91ff6d

Browse files
committed
Fix build failure.
1 parent 9c363bc commit a91ff6d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

core/sds-aspect-model-serializer/src/test/java/io/openmanufacturing/sds/aspectmodel/serializer/RdfModelCreatorVisitorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ public class RdfModelCreatorVisitorTest extends MetaModelVersions {
5353
"ASPECT_WITH_USED_AND_UNUSED_CONSTRAINT",
5454
"ASPECT_WITH_USED_AND_UNUSED_EITHER",
5555
"ASPECT_WITH_USED_AND_UNUSED_ENUMERATION",
56-
"ASPECT_WITHOUT_PROPERTIES_AND_OPERATIONS"
56+
"ASPECT_WITHOUT_PROPERTIES_AND_OPERATIONS",
57+
"ASPECT_WITH_ENUM_ONLY_ONE_SEE"
5758
} )
5859
public void testRdfModelCreatorVisitor( final TestAspect aspect ) {
5960
testRdfCreation( aspect, KnownVersion.getLatest() );

core/sds-test-aspect-models/src/main/resources/valid/bamm_1_0_0/io.openmanufacturing.test/1.0.0/AspectWithEnumOnlyOneSee.ttl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
:AspectWithEnumOnlyOneSee a bamm:Aspect;
2222
bamm:name "Test";
2323
bamm:properties (:prop1 :prop2);
24-
bamm:operations ();
25-
bamm:events ().
24+
bamm:operations ().
2625

2726
:prop1 a bamm:Property;
2827
bamm:name "prop1";
@@ -39,4 +38,4 @@
3938
bamm:name "Enum2";
4039
bamm:dataType xsd:string;
4140
bamm-c:values ("1" "2");
42-
bamm:see <https://test.com>.
41+
bamm:see <https://test.com>.

core/sds-test-aspect-models/src/main/resources/valid/bamm_2_0_0/io.openmanufacturing.test/1.0.0/AspectWithEnumOnlyOneSee.ttl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
:AspectWithEnumOnlyOneSee a bamm:Aspect;
2222
bamm:name "Test";
2323
bamm:properties (:prop1 :prop2);
24-
bamm:operations ();
25-
bamm:events ().
24+
bamm:operations ().
2625

2726
:prop1 a bamm:Property;
2827
bamm:name "prop1";
@@ -39,4 +38,4 @@
3938
bamm:name "Enum2";
4039
bamm:dataType xsd:string;
4140
bamm-c:values ("1" "2");
42-
bamm:see <https://test.com>.
41+
bamm:see <https://test.com>.

0 commit comments

Comments
 (0)