Skip to content

Commit c04accd

Browse files
AndrewAnnexnyalldawson
authored andcommitted
forgot to add voids in testqgsgdalprovider.cpp
1 parent 9b4cb7a commit c04accd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/providers/testqgsgdalprovider.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ class TestQgsGdalProvider : public QObject
5252
void isRepresentableValue();
5353
void mask();
5454
void bandName(); // test band name based on `gtiff` tags (#7317)
55+
void bandNameNoDescription(); // test band name for when no description or tags available (#16047)
56+
void bandNameWithDescription(); // test band name for when description available (#16047)
5557

5658
private:
5759
QString mTestDataDir;

0 commit comments

Comments
 (0)