Commit e2b405e2 authored by Kristin Berry's avatar Kristin Berry
Browse files

Updated ProcessImport unitTest to actually clean up temp file. Fixed #1618.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5828 41f8697f-d340-4b68-9986-7bafba869bb8
parent 4ae91cfd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ void IsisMain() {
  cout << endl << "Average: " << stat->Average() << endl;
  cout << endl << "Variance: " << stat->Variance() << endl;
  p2.EndProcess();
  QFile::remove(file);
  cout << endl;

  //Checks the setting of special pixel ranges
@@ -148,4 +147,6 @@ void IsisMain() {
  p4.SetOutputCube("TO");
  p4.StartProcess();
  p4.EndProcess();

  QFile::remove(file);
}