Skip to content
Snippets Groups Projects
Commit c505e2f6 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

IOVSvc+DataModelRunTests: Make CondInputLoader output ordering portable.

CondInputLoader prints the objects it contains by iterating over a
unordered_set.  This means that the ordering of the dump is unspecified,
and can (and does) vary between different versions of the compiler.
Change to printing these in sorted order, so that the output
is well-defined.
parent dd09f240
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment