Skip to content

Commit

Permalink
also renamed in fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin committed Oct 26, 2020
1 parent c590cdd commit 1275806
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions isis/tests/Fixtures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@ namespace Isis {


void ObservationPair::SetUp() {
FileName labelPathL = FileName("data/observationPair/stereoImageL.pvl");
FileName labelPathR = FileName("data/observationPair/stereoImageR.pvl");
FileName labelPathL = FileName("data/observationPair/observationImageL.pvl");
FileName labelPathR = FileName("data/observationPair/observationImageR.pvl");

isdPathL = new FileName("data/observationPair/stereoImageL.isd");
isdPathR = new FileName("data/observationPair/stereoImageR.isd");
isdPathL = new FileName("data/observationPair/observationImageL.isd");
isdPathR = new FileName("data/observationPair/observationImageR.isd");

cubeL = new Cube();
cubeR = new Cube();
Expand All @@ -278,7 +278,7 @@ namespace Isis {
cubeListFile = tempDir.path() + "/cubes.lis";
cubeList->write(cubeListFile);

cnetPath = "data/observationPair/stereoPair.net";
cnetPath = "data/observationPair/observationPair.net";
network = new ControlNet();
network->ReadControl(cnetPath);
}
Expand Down

0 comments on commit 1275806

Please sign in to comment.