Skip to content

Commit

Permalink
Skip tests for FileLocationProvider when there is no production datab…
Browse files Browse the repository at this point in the history
…ase available
  • Loading branch information
ubuntolog committed Dec 19, 2024
1 parent 53cc726 commit fc43750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cppNGSD-TEST/FileLocationProvider_Test.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Q_OBJECT
private slots:
void get_files()
{
if (!NGSD::isAvailable(true)) SKIP("Test needs access to the NGSD test database!");
if (!NGSD::isAvailable()) SKIP("Test needs access to the NGSD production database!");

// Single
QString filename = "data_in/VariantFilter_in.GSvar";
Expand Down

0 comments on commit fc43750

Please sign in to comment.