Skip to content

Commit

Permalink
removed useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin committed Oct 29, 2020
1 parent f6e7f7e commit 3feb35d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions isis/tests/FunctionalTestsJigsaw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,23 +167,6 @@ TEST_F(ObservationPair, FunctionalTestJigsawErrorNoSolve) {
}


TEST_F(ObservationPair, FunctionalTestJigsawErrorNoNet) {
QVector<QString> args = {"fromlist="+cubeListFile, "cnet=lolfake.net", "onet=doesnotmatter"};

UserInterface options(APP_XML, args);

Pvl log;

try {
jigsaw(options, &log);
FAIL() << "Should throw an exception" << std::endl;
}
catch (IException &e) {
EXPECT_THAT(e.what(), HasSubstr("Unable to open"));
}
}


TEST_F(ObservationPair, FunctionalTestJigsawErrorTBParamsNoTarget) {
QTemporaryDir prefix;
QString outCnetFileName = prefix.path() + "/outTemp.net";
Expand Down

0 comments on commit 3feb35d

Please sign in to comment.