mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 10:08:03 +03:00
Add test evidence annotation to unit test of the json api (#13219)
changelog_begin changelog_end
This commit is contained in:
parent
bfd69b0bee
commit
31366b939c
@ -270,6 +270,7 @@ final class CliSpec extends AnyFreeSpec with Matchers {
|
||||
) should ===(None)
|
||||
}
|
||||
|
||||
// TEST_EVIDENCE: Input Validation: TLS configuration is parsed correctly from the config file
|
||||
"should successfully load a complete config file" in {
|
||||
val baseConfig = DbUtilsJdbcConfig(
|
||||
url = "jdbc:postgresql://localhost:5432/test?&ssl=true",
|
||||
|
@ -116,6 +116,7 @@
|
||||
- Tail call optimization: Tail recursion does not blow the scala JVM stack.: [TailCallTest.scala](daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TailCallTest.scala#L16)
|
||||
|
||||
## Input Validation:
|
||||
- TLS configuration is parsed correctly from the config file: [CliSpec.scala](ledger-service/http-json/src/test/scala/com/digitalasset/http/CliSpec.scala#L273)
|
||||
- ensure builtin operators have the correct type: [TypingSpec.scala](daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypingSpec.scala#L47)
|
||||
- ensure expression forms have the correct type: [TypingSpec.scala](daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypingSpec.scala#L107)
|
||||
- ill-formed create command is rejected: [CommandPreprocessorSpec.scala](daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/CommandPreprocessorSpec.scala#L116)
|
||||
|
Loading…
Reference in New Issue
Block a user