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

Fixing order test to verify that we order by components #3033

Merged
merged 2 commits into from
Mar 13, 2018

Conversation

schmidt-sebastian
Copy link
Contributor

This test now verifies that resource names like path/a, path/b and path-/a are ordered correctly.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 13, 2018
@@ -89,7 +89,7 @@ public void verifyOrder() {
groups[38] =
new Value[] {referenceValue("projects/p1/databases/dkkkkklkjnjkkk1/documents/c2/doc1")};
groups[39] = new Value[] {referenceValue("projects/p2/databases/d2/documents/c1/doc1")};
groups[40] = new Value[] {referenceValue("projects/p2/databases/d2/documents/cl1-/doc1")};
groups[40] = new Value[] {referenceValue("projects/p2/databases/d2/documents/cl-/doc1")};

This comment was marked as spam.

This comment was marked as spam.

@pongad pongad merged commit 3d81a15 into master Mar 13, 2018
@pongad pongad deleted the mrschmidt-ordertest branch March 13, 2018 23:15
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.

3 participants