@@ -49,7 +49,7 @@ public void wrongConceptDescriptionDatatype() throws ValidationException {
4949 .dataSpecification ( ConstraintTestHelper .createDummyReference () )
5050 .build ();
5151
52- ConceptDescription cd = ConstraintTestHelper .createConceptDescription ("Concept-Description " , "http://example.org/MultilanguageCD" , "constant" );
52+ ConceptDescription cd = ConstraintTestHelper .createConceptDescription ("Concept_Description " , "http://example.org/MultilanguageCD" , "constant" );
5353 cd .setCategory ("PROPERTY" );
5454 cd .setEmbeddedDataSpecifications (new ArrayList <>(){{ add (embeddedDataSpecification ) ; }} );
5555
@@ -106,7 +106,7 @@ public void correctRealConceptDescriptionDatatype() throws ValidationException {
106106 .dataSpecification ( ConstraintTestHelper .createDummyReference () )
107107 .build ();
108108
109- ConceptDescription cd = ConstraintTestHelper .createConceptDescription ("Concept-Description " , "http://example.org/MultilanguageCD" , "constant" );
109+ ConceptDescription cd = ConstraintTestHelper .createConceptDescription ("Concept_Description " , "http://example.org/MultilanguageCD" , "constant" );
110110 cd .setCategory ("PROPERTY" );
111111 cd .setEmbeddedDataSpecifications (new ArrayList <>(){{ add (embeddedDataSpecification ) ; }} );
112112
@@ -157,7 +157,7 @@ public void correctRationalConceptDescriptionDatatype() throws ValidationExcepti
157157 .dataSpecification ( ConstraintTestHelper .createDummyReference () )
158158 .build ();
159159
160- ConceptDescription cd = ConstraintTestHelper .createConceptDescription ("Concept-Description " , "http://example.org/MultilanguageCD" , "constant" );
160+ ConceptDescription cd = ConstraintTestHelper .createConceptDescription ("Concept_Description " , "http://example.org/MultilanguageCD" , "constant" );
161161 cd .setCategory ("PROPERTY" );
162162 cd .setEmbeddedDataSpecifications (new ArrayList <>(){{ add (embeddedDataSpecification ) ; }} );
163163
0 commit comments