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

Rename Test::Quattor::TextRender::Base mock method to mock_textrender #57

Merged
merged 1 commit into from
Jul 16, 2015

Conversation

stdweird
Copy link
Member

Unittest will fail, but fix should be as simple as changing

use Test::Quattor::TextRender::Base;
mock();

to

use Test::Quattor::TextRender::Base;
mock_textrender();

@stdweird stdweird added this to the 15.6 milestone Jul 16, 2015
@hpcugentbot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://jenkins1.ugent.be/job/maven-tools-pr-builder/52/
Test PASSed (test).

@stdweird
Copy link
Member Author

should never have made it in master like this, even i start to find the name confusing 😄

@ned21
Copy link
Contributor

ned21 commented Jul 16, 2015

Unittest will fail

So is this safe to merge?

@stdweird
Copy link
Member Author

@ned21 yes, only after the release is published and build tools bumped in the pom, some tests will fail, and this is how to fix them.

ned21 added a commit that referenced this pull request Jul 16, 2015
Rename Test::Quattor::TextRender::Base mock method to mock_textrender
@ned21 ned21 merged commit 2aa69b8 into quattor:master Jul 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants