Turn off backups in Resmed regression tests.

This commit is contained in:
sawinglogz 2020-02-10 20:58:49 -05:00
parent 7701694b14
commit bd68525246

View File

@ -18,6 +18,7 @@ static QString resmedOutputPath(const QString & inpath, int session, const QStri
void ResmedTests::initTestCase(void)
{
p_profile = new Profile(TESTDATA_PATH "profile/", false);
p_profile->session->setBackupCardData(false);
p_pref = new Preferences("Preferences");
p_pref->Open();