Index: CJournaledTestList.cpp =================================================================== --- modules/rostests/rosautotest/CJournaledTestList.cpp (revision 71371) +++ modules/rostests/rosautotest/CJournaledTestList.cpp (working copy) @@ -161,7 +161,7 @@ /* Store all command lines in the m_List vector */ while((TestInfo = m_Test->GetNextTestInfo()) != 0) { - m_List.push_back(*TestInfo); + m_List.insert(m_List.begin(), *TestInfo); delete TestInfo; }