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

C# cleanup test calls #3137

Merged
merged 1 commit into from
Nov 12, 2024
Merged

C# cleanup test calls #3137

merged 1 commit into from
Nov 12, 2024

Conversation

pepone
Copy link
Member

@pepone pepone commented Nov 12, 2024

Fix C# tests to use the test method from TestHelper class.

throw new System.Exception();
}
}
private static void test(bool b) => global::Test.TestHelper.test(b);
Copy link
Member

Choose a reason for hiding this comment

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

Is the global:: really necessary?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, because we have Ice.adapterDeactivation.Test namespace.

@pepone pepone merged commit d71ced7 into zeroc-ice:main Nov 12, 2024
19 checks passed
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