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

Cleanup C++ test headers #3365

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

externl
Copy link
Member

@externl externl commented Jan 15, 2025

This PR cleans up the headers in the C++ test files.

@@ -4,7 +4,8 @@

#include "DataStorm/DataStorm.h"
#include "Test.h"
#include "TestHelper.h"

#include <iostream>
Copy link
Member

Choose a reason for hiding this comment

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

The fact that TestHelper was not used highlights a problem. The tests should use the helper runner. I would fix it in a separate PR.

Copy link
Member

@pepone pepone left a comment

Choose a reason for hiding this comment

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

Looks good

@externl externl merged commit 899a6f0 into zeroc-ice:main Jan 15, 2025
23 checks passed
@externl externl deleted the cleanup-cpp-test-headers branch January 15, 2025 19:22
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.

3 participants