Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix directory listing with leading slash #1644

Merged

Conversation

jean-philippe-martin
Copy link

newDirectoryStream("dir1/") and newDirectoryStream("/dir1/") should return the
same result. Added a test to show they didn't, then fixed it
so the test passes.

Thanks to @tomwhite for identifying the problem and suggesting the fix (in #1519).

newDirectoryStream("dir1/") and newDirectoryStream("/dir1/") should
return the
same result. Added a test to show they didn't, then fixed it
so the test passes.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 22, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.004%) to 81.113% when pulling da3724f on jean-philippe-martin:jp_list_directory into e61ca31 on GoogleCloudPlatform:master.

@garrettjonesgoogle garrettjonesgoogle merged commit 0fb03eb into googleapis:master Feb 22, 2017
@jean-philippe-martin
Copy link
Author

great, thank you!

@jean-philippe-martin jean-philippe-martin deleted the jp_list_directory branch February 22, 2017 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants