Skip to content

Commit

Permalink
RBS-12926-Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Yauhenikapl committed Jan 8, 2024
1 parent 43b02d4 commit e59f57c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

package org.eclipse.esmf.samm;

import org.apache.jena.rdf.model.Model;
import org.eclipse.esmf.samm.validation.ValidationReport;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;

Expand Down Expand Up @@ -55,10 +53,8 @@ public void testConstraint ( final KnownVersion metaModelVersion) {
constraintId, "", violationUrn, value);

expectSemanticValidationErrors( "constraint-shape", constraintName, metaModelVersion, resultForEmptyConstraint );

}


@ParameterizedTest
@MethodSource( value = "versionsUpToIncluding2_1_0" )
public void testLanguageStringNotUniqueExpectFailure( final KnownVersion metaModelVersion ) {
Expand Down

0 comments on commit e59f57c

Please sign in to comment.