mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +00:00
Turn off backups in Resmed regression tests.
This commit is contained in:
parent
7701694b14
commit
bd68525246
@ -18,6 +18,7 @@ static QString resmedOutputPath(const QString & inpath, int session, const QStri
|
|||||||
void ResmedTests::initTestCase(void)
|
void ResmedTests::initTestCase(void)
|
||||||
{
|
{
|
||||||
p_profile = new Profile(TESTDATA_PATH "profile/", false);
|
p_profile = new Profile(TESTDATA_PATH "profile/", false);
|
||||||
|
p_profile->session->setBackupCardData(false);
|
||||||
|
|
||||||
p_pref = new Preferences("Preferences");
|
p_pref = new Preferences("Preferences");
|
||||||
p_pref->Open();
|
p_pref->Open();
|
||||||
|
Loading…
Reference in New Issue
Block a user