Skip to content

Commit

Permalink
add conformace_test to sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanspiska committed Feb 3, 2022
1 parent f821a07 commit 23c0d6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note: version releases in the 0.x.y range may introduce breaking changes.
- Fix issue in AQL regarding LIMIT and OFFSET (https://github.com/ehrbase/openEHR_SDK/pull/296)
- Fix issue while unmarshalling FLAT composition that contains ELEMENT with children DV_CODED_TEXT and DV_TEXT (https://github.com/ehrbase/openEHR_SDK/pull/300)
- Fix missing 'type' attribute in ExternalRef encoding (https://github.com/ehrbase/openEHR_SDK/pull/303)
-
- Fix db-serialising: date-time dv_order attributes (https://github.com/ehrbase/openEHR_SDK/pull/314)
## 1.16.0

### Added
Expand Down
5 changes: 4 additions & 1 deletion serialisation_conformance_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration combine.self="override">
<argLine>${surefireArgLine}</argLine>
<dependenciesToScan>com.github.better-care:web-template-tests</dependenciesToScan>
<includes combine.self="override">
<include>AnySomeConstrainedTest</include>
Expand Down Expand Up @@ -91,6 +91,9 @@
<include>WebTemplateContentTest.java</include>
<include>WorkflowIdTestOverwrite</include>
<include>XdsBuilderTest</include>
<include>DbConformanceTest</include>
<include>DbConformanceTest</include>
<include>FlatConformanceTest</include>
</includes>
</configuration>
</plugin>
Expand Down

0 comments on commit 23c0d6b

Please sign in to comment.