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

converted from g_test_add() to g_test_add_func() #422

Merged
merged 2 commits into from
Jan 23, 2020

Conversation

sashreek1
Copy link
Contributor

corrected the previous syntax and also modified the required functions to enable compatibility with g_test_add_func()

@sashreek1 sashreek1 closed this Jan 8, 2020
@sashreek1 sashreek1 reopened this Jan 8, 2020
Copy link
Collaborator

@sgallagher sgallagher left a comment

Choose a reason for hiding this comment

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

Tests are failing because the code autoformatter is making changes. Please run ninja test to format that code and commit the changes.

@sashreek1
Copy link
Contributor Author

sashreek1 commented Jan 9, 2020

I did run ninja test before submitting so the code should have been formatted right? Moreover all the tests had passed.

@@ -11,6 +11,7 @@
# For more information on the license, see COPYING.
# For more information on free software, see
# <https://www.gnu.org/philosophy/free-sw.en.html>.
#comment
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is the point of this?

Copy link
Contributor Author

@sashreek1 sashreek1 Jan 9, 2020

Choose a reason for hiding this comment

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

I just removed it, I will be pushing it after the tests complete.

fixed errors

fixed errors in functions

solved comment issue
@sashreek1
Copy link
Contributor Author

I have been running ninja test before every push, yet it returns a failure

sgallagher added a commit that referenced this pull request Jan 23, 2020
converted from g_test_add() to g_test_add_func()

Resolves: #417

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
@sgallagher sgallagher merged commit 6ffe81a into fedora-modularity:master Jan 23, 2020
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