@@ -716,7 +716,7 @@ BOOST_FIXTURE_TEST_CASE(testRemovePeople, CTestFixture) {
716
716
gatherer.attributeName (j.first .second );
717
717
expectedFeatureData.emplace_back (key, j.second );
718
718
LOG_TRACE (<< " " << key);
719
- LOG_TRACE (<< " " << data[j] .second .print ());
719
+ LOG_TRACE (<< " " << j .second .print ());
720
720
}
721
721
}
722
722
}
@@ -755,7 +755,7 @@ BOOST_FIXTURE_TEST_CASE(testRemovePeople, CTestFixture) {
755
755
gatherer.attributeName (j.first .second );
756
756
actualFeatureData.emplace_back (key, j.second );
757
757
LOG_TRACE (<< " " << key);
758
- LOG_TRACE (<< " " << data[j] .second .print ());
758
+ LOG_TRACE (<< " " << j .second .print ());
759
759
}
760
760
}
761
761
}
@@ -836,7 +836,7 @@ BOOST_FIXTURE_TEST_CASE(testRemoveAttributes, CTestFixture) {
836
836
gatherer.attributeName (j.first .second );
837
837
expected.emplace_back (key, j.second );
838
838
LOG_TRACE (<< " " << key);
839
- LOG_TRACE (<< " " << data[j] .second .print ());
839
+ LOG_TRACE (<< " " << j .second .print ());
840
840
}
841
841
}
842
842
}
@@ -874,7 +874,7 @@ BOOST_FIXTURE_TEST_CASE(testRemoveAttributes, CTestFixture) {
874
874
gatherer.attributeName (j.first .second );
875
875
actual.emplace_back (key, j.second );
876
876
LOG_TRACE (<< " " << key);
877
- LOG_TRACE (<< " " << data[j] .second .print ());
877
+ LOG_TRACE (<< " " << j .second .print ());
878
878
}
879
879
}
880
880
actualFeatureData = core::CContainerPrinter::print (actual);
0 commit comments