Skip to content

Commit 2c4a0f9

Browse files
clarkperkinssduskis
authored andcommitted
---
yaml --- r: 25407 b: refs/heads/autosynth-texttospeech c: aa5f271 h: refs/heads/master i: 25405: 108cdd2 25403: 9420fe1 25399: 8a2e772 25391: 0984e8a 25375: a684aa1 25343: b79dd46
1 parent 7c2a81a commit 2c4a0f9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

  • branches/autosynth-texttospeech/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ refs/heads/autosynth-scheduler: 57f9fdb1e7de30c85f4ec7198931a07f50603e55
140140
refs/heads/autosynth-spanner: cbd30ccc550e9d0419ce4e5e6cfef4951ea170b1
141141
refs/heads/autosynth-speech: 64692f6db11364f663921be02c08072b966b6e7b
142142
refs/heads/autosynth-tasks: eb03eeab747e925175890db923945384d89b273a
143-
refs/heads/autosynth-texttospeech: 0cda5618af370a34416458bf2d36cf1e102f2404
143+
refs/heads/autosynth-texttospeech: aa5f27188cc55ebb5773b6597c6c49c965a40add
144144
refs/heads/autosynth-trace: 8804c46bfe147702ee9c95669f17f42d3790cf23
145145
refs/heads/autosynth-websecurityscanner: a3c778316a0f78f7ad4bac3dc3721da5ca832d3c
146146
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64

branches/autosynth-texttospeech/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing/FakeStorageRpc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ private static boolean processedAsFolder(
516516
fakeFolder.setName(folderName);
517517
fakeFolder.setBucket(so.getBucket());
518518
fakeFolder.setGeneration(so.getGeneration());
519+
fakeFolder.set("isDirectory", true);
519520
folders.put(folderName, fakeFolder);
520521
return true;
521522
}

0 commit comments

Comments
 (0)