Skip to content

Commit

Permalink
Fix datamapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Jul 10, 2023
1 parent 8ed6ba2 commit 1fe3ee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ test {
dependsOn copyStdlibs
dependsOn copyLib
systemProperty "java.util.logging.config.file", "src/test/resources/logging.properties"
systemProperty "java.util.logging.manager", "org.ballerinalang.logging.BLogManager"
systemProperty "ballerina.home", "$bDistribution.absolutePath"

useTestNG() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void testErrorNegativeMalformedDataJSON() {
BAssertUtil.validateError(result, diagnosticIndex,
"invalid JSON content: Unexpected character (: (code 58)): was " +
"expecting double-quote to start field name\n" +
" at [Source: java.io.InputStreamReader@OBJECTREF; line: 4, column: 14]",
" at [Source: (InputStreamReader); line: 4, column: 14]",
4, 14);
}

Expand Down

0 comments on commit 1fe3ee8

Please sign in to comment.