Commit 81ac016c authored by Cole Neubauer's avatar Cole Neubauer
Browse files

Revert "Changed Preference file for unit tests to find the correct location"

This reverts commit 4c72b936.
parent 4c72b936
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ namespace Isis {

      // If its a unitTest then load with the unitTest preference file
      if(unitTest) {
        p_preference->Load("$ISISROOT/TestPreferences");
        p_preference->Load("$ISISROOT/src/base/objs/Preference/TestPreferences");
      }
      // Otherwise load the Isis system and personal preferences.
      else {
@@ -134,7 +134,7 @@ namespace Isis {
    else if(unitTest) {
      p_unitTest = unitTest;
      p_preference->clear();
      p_preference->Load("$ISISROOT/TestPreferences");
      p_preference->Load("$ISISROOT/src/base/objs/Preference/TestPreferences");
    }

    return *p_preference;