Loading isis/src/control/objs/BundleSettings/unitTest.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ void printXml(const T &); * most likely going to move to HDF5. Fixes #4327. * @history 2017-04-24 Ian Humphrey - Removed pvlObject() and replaced with the XML save(). * Fixes #4797. * @history 2018-05-24 Ken Edmundson - Updated truth data to indicate default value for * m_createInverseMatrix was changed from true to false. * * @todo Truth updated so that the name of the BundleObservationSolveSettings object is Null, * this should be fixed as part of #4292. Loading isis/src/control/objs/BundleSolutionInfo/unitTest.cpp +5 −2 Original line number Diff line number Diff line Loading @@ -78,6 +78,9 @@ namespace Isis { * we will keep this code. * @history 2016-10-13 Ian Humphrey - Changed addnew call to addNew(). References #4293. * @history 2017-04-24 Ian Humphrey - Replaced pvlObject() with XML save(). Fixes #4797. * @history 2018-05-24 Ken Edmundson - Removed testing for copy constructor and assignment * operator because these have been removed from * BundleSolutionInfo. */ int main(int argc, char *argv[]) { Preference::Preferences(true); Loading Loading
isis/src/control/objs/BundleSettings/unitTest.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ void printXml(const T &); * most likely going to move to HDF5. Fixes #4327. * @history 2017-04-24 Ian Humphrey - Removed pvlObject() and replaced with the XML save(). * Fixes #4797. * @history 2018-05-24 Ken Edmundson - Updated truth data to indicate default value for * m_createInverseMatrix was changed from true to false. * * @todo Truth updated so that the name of the BundleObservationSolveSettings object is Null, * this should be fixed as part of #4292. Loading
isis/src/control/objs/BundleSolutionInfo/unitTest.cpp +5 −2 Original line number Diff line number Diff line Loading @@ -78,6 +78,9 @@ namespace Isis { * we will keep this code. * @history 2016-10-13 Ian Humphrey - Changed addnew call to addNew(). References #4293. * @history 2017-04-24 Ian Humphrey - Replaced pvlObject() with XML save(). Fixes #4797. * @history 2018-05-24 Ken Edmundson - Removed testing for copy constructor and assignment * operator because these have been removed from * BundleSolutionInfo. */ int main(int argc, char *argv[]) { Preference::Preferences(true); Loading