Commit 46735513 authored by Ken Edmundson's avatar Ken Edmundson
Browse files

PROG: added history entries in unitTests for BundleSettings and BundleSolutionInfo

parent 23c34325
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
+5 −2
Original line number Diff line number Diff line
@@ -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);