Skip to content
Snippets Groups Projects

GUI unit test store conf under org name BornAgain (#465)

Merged Wuttke, Joachim requested to merge i465 into main
1 unresolved thread
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -9,6 +9,7 @@
@@ -9,6 +9,7 @@
#include "GUI/View/Project/ProjectManager.h"
#include "GUI/View/Project/ProjectManager.h"
#include "Tests/GTestWrapper/google_test.h"
#include "Tests/GTestWrapper/google_test.h"
#include "Tests/Unit/GUI/Utils.h"
#include "Tests/Unit/GUI/Utils.h"
 
#include <QApplication>
#include <QSignalSpy>
#include <QSignalSpy>
class TestAutosaveController : public ::testing::Test {
class TestAutosaveController : public ::testing::Test {
@@ -99,6 +100,7 @@ TEST_F(TestAutosaveController, autoSaveControllerNewDocument)
@@ -99,6 +100,7 @@ TEST_F(TestAutosaveController, autoSaveControllerNewDocument)
TEST_F(TestAutosaveController, autosaveEnabled)
TEST_F(TestAutosaveController, autosaveEnabled)
{
{
 
QApplication::setOrganizationName("BornAgain");
Please register or sign in to reply
const QString projectDir("autosaveEnabled");
const QString projectDir("autosaveEnabled");
UTest::GUI::create_dir(projectDir);
UTest::GUI::create_dir(projectDir);
const QString ext = QString(GUI::Project::Utils::projectFileExtension);
const QString ext = QString(GUI::Project::Utils::projectFileExtension);
Loading