Skip to content

Improved code for updating testRun #41

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

Merged

Conversation

sfranchuk
Copy link

#add class TestRunUpdater.java
#deprecated method updateTestRun(int runId, TestRun testRun)
#created method updateTestRun(int runId, TestRunUpdater testRunUpdater)

#add class TestRunUpdater.java
#deprecated method `updateTestRun(int runId, TestRun testRun)`
#created method `updateTestRun(int runId, TestRunUpdater testRunUpdater)`
Copy link
Contributor

@vinceis1337 vinceis1337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting these changes, however deprecation is not necessary for updateTestRun. I will update instructions to indicate that a TestRunUpdater object should be used instead of a TestRun object now.

@vinceis1337 vinceis1337 merged commit b96035a into RetailMeNot:master Dec 22, 2016
@sfranchuk sfranchuk deleted the feature/improved-testRun-updating branch January 23, 2017 22:03
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