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

Eliminate spurious constructors in Kernel unit tests #3067

Closed
mantid-builder opened this issue Jan 11, 2011 · 1 comment
Closed

Eliminate spurious constructors in Kernel unit tests #3067

mantid-builder opened this issue Jan 11, 2011 · 1 comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Russell Taylor

...starting with the ConfigServiceTest.

With CTest, even if a single test is run, all constructors are by default. The preference is not to have constructors, but where there is a good reason to have one, it is prevented from being called at start-up by adding the createSuite/destroySuite pair of static methods.

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 2220

@mantid-builder mantid-builder added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Mantid labels Jun 3, 2015
@mantid-builder mantid-builder added this to the Iteration 27 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant