mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Fix propagator test
This commit is contained in:
parent
8fe102662d
commit
573aaec9fd
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <QtTest>
|
||||
|
||||
#include "mirall/owncloudpropagator.h"
|
||||
#include "mirall/progressdatabase.h"
|
||||
|
||||
using namespace Mirall;
|
||||
|
||||
|
@ -20,7 +21,7 @@ class TestOwncloudPropagator : public QObject
|
|||
private slots:
|
||||
void testUpdateErrorFromSession()
|
||||
{
|
||||
OwncloudPropagator propagator( NULL, QLatin1String("test1"), QLatin1String("test2"));
|
||||
OwncloudPropagator propagator( NULL, QLatin1String("test1"), QLatin1String("test2"), new ProgressDatabase);
|
||||
QVERIFY( true );
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue