Commit 001f0191 authored by Austin Sanders's avatar Austin Sanders
Browse files

Added lidar fixtures

parent 5823d18e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -376,11 +376,4 @@ namespace Isis {
    }
  }

  void MroCtxCube::SetUp() {
    TempTestingFiles::SetUp();

    QString testPath = tempDir.path() + "/test.cub";
    QFile::copy("data/mroCtxImage/ctxTestImage.cub", testPath);
    testCube.reset(new Cube(testPath));
  }
}
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#include "Cube.h"
#include "FileList.h"
#include "FileName.h"
#include "LidarData.h"
#include "TempFixtures.h"

namespace Isis {