Skip to content

Commit

Permalink
modified first stitch test to use fallback naming behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonhibl committed May 10, 2023
1 parent 4a620fe commit a350264
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions isis/tests/FunctionalTestsTgocassisstitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ TEST(TgoCassisstitch, TgoCassisstitchMultiframeTest) {
QString cubeName = "default";

QVector<QString> args = {"fromlist=" + cubeListFile,
"cubename=" + cubeName,
"outputprefix=" + prefix.path() + "/CAS-MCO-"};
UserInterface options(APP_XML, args);

Expand All @@ -40,7 +39,7 @@ TEST(TgoCassisstitch, TgoCassisstitchMultiframeTest) {
FAIL() << "Unable to run tgocassisstitch with cube list: " << e.what() << std::endl;
}

Cube cube(prefix.path() + "/CAS-MCO-default.cub");
Cube cube(prefix.path() + "/CAS-MCO-2016-11-22T16:16:16.833.cub");
Pvl *isisLabel = cube.label();

// Dimensions Group
Expand Down

0 comments on commit a350264

Please sign in to comment.