Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SO-6321: DSV simple type export should consider the characteristic type of properties #1349

Merged
merged 6 commits into from
Nov 28, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import com.b2international.snowowl.snomed.datastore.internal.id.reservations.SnomedIdentifierReservationServiceImplTest;
import com.b2international.snowowl.snomed.datastore.request.SnomedOWLExpressionConverterTest;
import com.b2international.snowowl.snomed.datastore.request.SnomedOWLRelationshipConverterTest;
import com.b2international.snowowl.snomed.datastore.request.dsv.SnomedSimpleTypeRefSetDSVExporterTest;
import com.b2international.snowowl.snomed.validation.SnomedQueryValidationRuleEvaluatorTest;

/**
Expand Down Expand Up @@ -74,6 +75,8 @@
SnomedOWLRelationshipConverterTest.class,
//
SnomedRefSetUtilTest.class,
//
SnomedSimpleTypeRefSetDSVExporterTest.class,
})
public class AllSnomedDatastoreTests {

Expand Down
Loading
Loading