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

Only mark a condition as evaluated successfully on the method call that ... #97

Merged
merged 2 commits into from
May 9, 2014
Merged

Conversation

drieseng
Copy link
Contributor

...was actually extracted as proxy call. When the condition is a specific step in a sequence, this modification ensures that the current step is not incremented for each method call with matching arguments.

Previously the last of multiple consecutive method calls with the same arguments was selected instead of the method call for which the expected step matches the current step.

Fixes issue #96:
#96

…at was actually extracted as proxy call. When the condition is a specific step in a sequence, this modification ensures that the current step is not incremented for each method call with matching arguments.

Previously the last of multiple consecutive method calls with the same arguments was selected instead of the method call for which the expected step matches the current step.

Fixes issue #96:
#96
@drieseng
Copy link
Contributor Author

I was hoping it wouldn't show that I'm a git(hub) newbie, but I failed :p

@kzu
Copy link
Member

kzu commented Feb 20, 2014

@jdom and this too ;)

@drieseng
Copy link
Contributor Author

drieseng commented May 9, 2014

Any feedback on the PR ?
Let me know if you want me to try another approach for resolving this issue.

kzu added a commit that referenced this pull request May 9, 2014
Only mark a condition as evaluated successfully on the method call that ...
@kzu kzu merged commit f16ae8a into devlooped:master May 9, 2014
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.

None yet

2 participants