Skip to content

Commit

Permalink
small test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonhibl committed Aug 22, 2023
1 parent 821ff47 commit 50ee236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -226,6 +225,7 @@ TEST(TgoCassisstitch, TgoCassisstitchSingleframeTest) {
QString cubeName = "default";

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

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

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

// Dimensions Group
Expand Down

0 comments on commit 50ee236

Please sign in to comment.