Skip to content

Commit

Permalink
Set information for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed May 23, 2024
1 parent c1025c5 commit a2924f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/src/gui/testqgscompoundcolorwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class TestQgsCompoundColorWidget : public QgsTest

void TestQgsCompoundColorWidget::initTestCase()
{
// Set up the QgsSettings environment
QCoreApplication::setOrganizationName( QStringLiteral( "QGIS" ) );
QCoreApplication::setOrganizationDomain( QStringLiteral( "qgis.org" ) );
QCoreApplication::setApplicationName( QStringLiteral( "QGIS-TEST" ) );
}

void TestQgsCompoundColorWidget::cleanupTestCase()
Expand Down

0 comments on commit a2924f3

Please sign in to comment.