Skip to content

Commit

Permalink
clean LF versions in java codegen test (#18689)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyhaemmerle-da authored Mar 8, 2024
1 parent b978f97 commit 62731d7
Show file tree
Hide file tree
Showing 45 changed files with 12 additions and 3,307 deletions.
18 changes: 0 additions & 18 deletions language-support/java/codegen/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ java_library(

module_prefix_test = "src/it/java/com/daml/ModulePrefixes.java"

contract_keys_test = "src/it/java/com/daml/ContractKeysTest.java"

java_test(
name = "integration-tests-module-prefixes",
srcs = [module_prefix_test],
Expand All @@ -330,21 +328,6 @@ java_test(
],
)

java_test(
name = "integration-tests-contract-keys",
srcs = [contract_keys_test],
test_class = "com.daml.ContractKeysTest",
deps = [
":integration-tests-model-2.dev",
"//canton:bindings-java",
"@maven//:com_google_protobuf_protobuf_java",
"@maven//:org_junit_jupiter_junit_jupiter_api",
"@maven//:org_junit_jupiter_junit_jupiter_engine",
"@maven//:org_junit_platform_junit_platform_commons",
"@maven//:org_junit_platform_junit_platform_runner",
],
)

[
[
#
Expand All @@ -368,7 +351,6 @@ java_test(
],
exclude = [
module_prefix_test,
contract_keys_test,
],
),
test_class = "com.daml.AllTests",
Expand Down
19 changes: 0 additions & 19 deletions language-support/java/codegen/src/it/daml/Lib_1_6.daml

This file was deleted.

20 changes: 0 additions & 20 deletions language-support/java/codegen/src/it/daml/Lib_1_7.daml

This file was deleted.

20 changes: 0 additions & 20 deletions language-support/java/codegen/src/it/daml/Lib_1_8.daml

This file was deleted.

21 changes: 0 additions & 21 deletions language-support/java/codegen/src/it/daml/Lib_1_dev.daml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- SPDX-License-Identifier: Apache-2.0


module Lib_1_12 where
module Lib_2_1 where

import Tests.Template1()
import Tests.Template2()
Expand All @@ -16,6 +16,5 @@ import Tests.Import()
import Tests.Escape()
import Tests.TextMapTest()
import Tests.GenMapTest()
import Tests.ContractKeys()
import Tests.ParametersOrder()
import Tests.UpgradeTest()
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- SPDX-License-Identifier: Apache-2.0


module Lib_1_11 where
module Lib_2_dev where

import Tests.Template1()
import Tests.Template2()
Expand Down

This file was deleted.

Loading

0 comments on commit 62731d7

Please sign in to comment.