Loading isis/tests/NetworkFixtures.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -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 isis/tests/NetworkFixtures.h +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ #include "Cube.h" #include "FileList.h" #include "FileName.h" #include "LidarData.h" #include "TempFixtures.h" namespace Isis { Loading Loading
isis/tests/NetworkFixtures.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -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
isis/tests/NetworkFixtures.h +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ #include "Cube.h" #include "FileList.h" #include "FileName.h" #include "LidarData.h" #include "TempFixtures.h" namespace Isis { Loading