summaryrefslogtreecommitdiff
path: root/sdk/java_sdk_test.go
diff options
context:
space:
mode:
author Mathew Inwood <mathewi@google.com> 2021-02-16 11:40:16 +0000
committer Mathew Inwood <mathewi@google.com> 2021-03-03 10:28:26 +0000
commitf8dcf5ead2046a8bf2cab479611c0ccb93ff5b89 (patch)
treea4b806bbe259641a5301a445a3f6bd606caf1d73 /sdk/java_sdk_test.go
parent3bed960399dad2f97f75ef33e1ab407b84d3e6c7 (diff)
Make apex.updatable default to true.
Update tests accordingly and add a new test case for this. Bug: 180375550 Test: Treehugger Change-Id: I835e189f4dae1e4bc79dce7bc59b7b9c7bd19fd9
Diffstat (limited to 'sdk/java_sdk_test.go')
-rw-r--r--sdk/java_sdk_test.go2
1 files changed, 2 insertions, 0 deletions
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,
}
`)