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

Tests for enum use in cutParser #7974

Merged

Commits on Feb 26, 2015

  1. Add tests for usage of enums in the cutParser

    Test for both success and failure when using enums with the cutParser.
    Dr15Jones committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    d13c112 View commit details
    Browse the repository at this point in the history
  2. Test the cutParser usage with multiple threads

    Tests using the threaded framework have shown failures using the
    cutParser from multiple threads. This test replicates the circumstances
    of the failure and if the planets all align can replicate the failure.
    Dr15Jones committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    0e6cc75 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. Made test work with ROOT 5

    ROOT 5 needs Cintex enabled and the type of exception thrown when
    there is an unknown enum is different.
    Dr15Jones committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    42a60de View commit details
    Browse the repository at this point in the history