Skip to content

Commit

Permalink
final test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonhibl committed Aug 22, 2023
1 parent b56275a commit e9bd3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isis/tests/FunctionalTestsTgocassisstitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ TEST(TgoCassisstitch, TgoCassisstitchSingleframeTest) {
QString cubeName = "default";

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

Expand Down

0 comments on commit e9bd3bf

Please sign in to comment.