mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +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 <QtTest>
|
||||||
|
|
||||||
#include "mirall/owncloudpropagator.h"
|
#include "mirall/owncloudpropagator.h"
|
||||||
|
#include "mirall/progressdatabase.h"
|
||||||
|
|
||||||
using namespace Mirall;
|
using namespace Mirall;
|
||||||
|
|
||||||
|
@ -20,7 +21,7 @@ class TestOwncloudPropagator : public QObject
|
||||||
private slots:
|
private slots:
|
||||||
void testUpdateErrorFromSession()
|
void testUpdateErrorFromSession()
|
||||||
{
|
{
|
||||||
OwncloudPropagator propagator( NULL, QLatin1String("test1"), QLatin1String("test2"));
|
OwncloudPropagator propagator( NULL, QLatin1String("test1"), QLatin1String("test2"), new ProgressDatabase);
|
||||||
QVERIFY( true );
|
QVERIFY( true );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue