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

Fix unit test #8675

Merged
merged 1 commit into from
Apr 8, 2015
Merged

Fix unit test #8675

merged 1 commit into from
Apr 8, 2015

Commits on Apr 7, 2015

  1. Fix unit test

    This only affects the DataFormats/FWLite unit
    test. Only the ROOT 5 branch unit test is broken,
    but I'm adding it to the ROOT 5 and ROOT 6 branches
    for consistency.
    
    The dictionary loading in AutoLibraryLoader::enable()
    is required in ROOT 5 and not needed in ROOT 6 (that
    part actually does nothing in ROOT 6 so AutoLibraryLoader
    should probably be renamed). The enable() function
    does other things, but those are not needed in this
    test. The Ref's are function anyway because of the
    GetterOperate mechanism in FWLite that is provided
    when using the Event and related classes (but would
    not be in bare ROOT mode). This unit test is really a
    fully compiled executable and not a macro so the
    header finding parts of enable() are not needed either.
    wddgit committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    33c0f8b View commit details
    Browse the repository at this point in the history