Skip to content

Commit

Permalink
Revert "Revert "Remove testutils module""
Browse files Browse the repository at this point in the history
This reverts commit 74a7409.
  • Loading branch information
kalaiyarasiganeshalingam committed Nov 1, 2021
1 parent 74a7409 commit 5855d71
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 300 deletions.
2 changes: 0 additions & 2 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ updateTomlFiles.dependsOn unpackJballerinaTools

build.dependsOn "generatePomFileForMavenPublication"
build.dependsOn ":${packageName}-native:build"
build.dependsOn ":${packageName}-test-utils:build"
test.dependsOn ":${packageName}-native:build"
test.dependsOn ":${packageName}-test-utils:build"

publishToMavenLocal.dependsOn build
publish.dependsOn build
294 changes: 144 additions & 150 deletions ballerina/tests/xml_to_json_test.bal

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ distribution = "slbeta3"

[[platform.java11.dependency]]
path = "../native/build/libs/xmldata-native-@project.version@.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/xmldata-test-utils-@project.version@.jar"
scope = "testOnly"
3 changes: 0 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
ignore:
- "xmldata-test-utils"

coverage:
precision: 2
round: down
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ plugins {
rootProject.name = 'xmldata'
include(':checkstyle')
include ':xmldata-native'
include ':xmldata-test-utils'
include ':xmldata-ballerina'

project(':checkstyle').projectDir = file("build-config${File.separator}checkstyle")
project(':xmldata-native').projectDir = file('native')
project(':xmldata-test-utils').projectDir = file('test-utils')
project(':xmldata-ballerina').projectDir = file('ballerina')

gradleEnterprise {
Expand Down
70 changes: 0 additions & 70 deletions test-utils/build.gradle

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions test-utils/src/main/java/module-info.java

This file was deleted.

0 comments on commit 5855d71

Please sign in to comment.