Commit 002ea3cd authored by Stuart Sides's avatar Stuart Sides
Browse files

PROG forgot to svn add the unitTest Ref # 185

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5701 41f8697f-d340-4b68-9986-7bafba869bb8
parent 37df8685
Loading
Loading
Loading
Loading
+1 −0
Changes for isis/src/base/objs/ProcessImportFits/ProcessImportFits.truth: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
This class will be tested by the fits2isis application.
+8 −0
Changes for isis/src/base/objs/ProcessImportFits/unitTest.cpp: 8 added lines, 0 removed lines.
Original line number Diff line number Diff line
#include <iostream>
#include "Preference.h"

using namespace std;
int main() {
  Isis::Preference::Preferences(true);
  cout << "This class will be tested by the fits2isis application." << endl;
}