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

Limited walks return empty #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Limited walks return empty #3

wants to merge 1 commit into from

Conversation

fizx
Copy link
Contributor

@fizx fizx commented May 29, 2011

I didn't see a high level test case that I could add a regression spec to. Assuming @c is a fibered-out wrapper around a fraggle client, the last line of this test case fails with 0 != 1.

rev = @c.rev
@c.set(rev, "/a/b", "hi")
@c.set(rev, "/a/c", "bye")

@c.getdir(@c.rev, "/a").size.should == 2
@c.getdir(@c.rev, "/a", 0, 1).size.should == 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants