Skip to content

Commit 9194c85

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1245 b: refs/heads/master c: 9394d28 h: refs/heads/master i: 1243: 0bef5a8 v: v3
1 parent 8a68579 commit 9194c85

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
refs/heads/master: e063bc5707ae1cac53f8d2ec0d3d971dd94e617e
2+
refs/heads/master: 9394d2819d2c92dc3421d986846c101d5e65f7ac
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99

trunk/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/SerializationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public class SerializationTest {
135135
public void testServiceOptions() throws Exception {
136136
DatastoreOptions options =
137137
DatastoreOptions.builder()
138-
.authCredentials(AuthCredentials.createApplicationDefaults())
139138
.normalizeDataset(false)
140139
.projectId("ds1")
141140
.build();

trunk/gcloud-java-storage/src/test/java/com/google/gcloud/storage/SerializationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void testServiceOptions() throws Exception {
7676
StorageOptions options =
7777
StorageOptions.builder()
7878
.projectId("p1")
79-
.authCredentials(AuthCredentials.createApplicationDefaults())
8079
.build();
8180
StorageOptions serializedCopy = serializeAndDeserialize(options);
8281
assertEquals(options, serializedCopy);

0 commit comments

Comments
 (0)