@@ -628,8 +628,8 @@ TEST(RNTupleEvolution, Collections)
628628 ReadCollectionFail<std::map<short int , short int >, true >(" proxyOfPairs" , fileGuard.GetPath ());
629629 ReadCollectionFail<std::map<short int , short int >, true >(" vectorOfPairs" , fileGuard.GetPath ());
630630 ReadCollectionFail<std::map<short int , short int >, true >(" rvecOfPairs" , fileGuard.GetPath ());
631- ReadCollection <std::map<short int , short int >, true >(" setOfPairs" , fileGuard.GetPath ());
632- ReadCollection <std::map<short int , short int >, true >(" unordered_setOfPairs" , fileGuard.GetPath ());
631+ ReadCollectionFail <std::map<short int , short int >, true >(" setOfPairs" , fileGuard.GetPath ());
632+ ReadCollectionFail <std::map<short int , short int >, true >(" unordered_setOfPairs" , fileGuard.GetPath ());
633633 ReadCollectionFail<std::map<short int , short int >, true >(" multisetOfPairs" , fileGuard.GetPath ());
634634 ReadCollectionFail<std::map<short int , short int >, true >(" unordered_multisetOfPairs" , fileGuard.GetPath ());
635635 ReadCollection<std::map<short int , short int >, true >(" unordered_map" , fileGuard.GetPath ());
@@ -640,8 +640,8 @@ TEST(RNTupleEvolution, Collections)
640640 ReadCollectionFail<std::unordered_map<short int , short int >, true >(" proxyOfPairs" , fileGuard.GetPath ());
641641 ReadCollectionFail<std::unordered_map<short int , short int >, true >(" vectorOfPairs" , fileGuard.GetPath ());
642642 ReadCollectionFail<std::unordered_map<short int , short int >, true >(" rvecOfPairs" , fileGuard.GetPath ());
643- ReadCollection <std::unordered_map<short int , short int >, true >(" setOfPairs" , fileGuard.GetPath ());
644- ReadCollection <std::unordered_map<short int , short int >, true >(" unordered_setOfPairs" , fileGuard.GetPath ());
643+ ReadCollectionFail <std::unordered_map<short int , short int >, true >(" setOfPairs" , fileGuard.GetPath ());
644+ ReadCollectionFail <std::unordered_map<short int , short int >, true >(" unordered_setOfPairs" , fileGuard.GetPath ());
645645 ReadCollectionFail<std::unordered_map<short int , short int >, true >(" multisetOfPairs" , fileGuard.GetPath ());
646646 ReadCollectionFail<std::unordered_map<short int , short int >, true >(" unordered_multisetOfPairs" , fileGuard.GetPath ());
647647 ReadCollection<std::unordered_map<short int , short int >, true >(" map" , fileGuard.GetPath ());
0 commit comments