Skip one test if no private test data

This commit is contained in:
Matthias Koefferlein 2023-12-29 23:21:08 +01:00
parent 36f531685c
commit c09f84919a
1 changed files with 1 additions and 0 deletions

View File

@ -597,6 +597,7 @@ TEST(Bug_1474)
EXPECT_EQ (false, true);
} catch (tl::CancelException &ex) {
// Seen when private test data is not installed
throw;
} catch (tl::Exception &ex) {
EXPECT_EQ (ex.msg (), "Cell named ADDHX2 with ID 4 was already given name SEDFFTRX2 (position=763169, cell=)");
}