From f8dcf5ead2046a8bf2cab479611c0ccb93ff5b89 Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Tue, 16 Feb 2021 11:40:16 +0000 Subject: Make apex.updatable default to true. Update tests accordingly and add a new test case for this. Bug: 180375550 Test: Treehugger Change-Id: I835e189f4dae1e4bc79dce7bc59b7b9c7bd19fd9 --- sdk/java_sdk_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sdk/java_sdk_test.go') diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go index 17a6ca9b8..111b22c68 100644 --- a/sdk/java_sdk_test.go +++ b/sdk/java_sdk_test.go @@ -211,6 +211,7 @@ func TestBasicSdkWithJavaLibrary(t *testing.T) { uses_sdks: ["mysdk@1"], key: "myapex.key", certificate: ":myapex.cert", + updatable: false, } apex { @@ -219,6 +220,7 @@ func TestBasicSdkWithJavaLibrary(t *testing.T) { uses_sdks: ["mysdk@2"], key: "myapex.key", certificate: ":myapex.cert", + updatable: false, } `) -- cgit v1.2.3-59-g8ed1b