[Kde-pim] [kdepimlibs] akonadi/tests/benchmarker: Fix the include, to allow tests to build.
Ben Cooksley
bcooksley at kde.org
Sat Sep 28 23:07:59 BST 2013
Git commit fc55452ec4af3f1938e7095fdb46e616cd901074 by Ben Cooksley.
Committed on 28/09/2013 at 22:07.
Pushed by bcooksley into branch 'master'.
Fix the include, to allow tests to build.
Folks, please remember to ensure tests compile before committing - otherwise you will break CI while letting your own builds succeed.
CCMAIL: kde-pim at kde.org
M +1 -1 akonadi/tests/benchmarker/maketest.cpp
http://commits.kde.org/kdepimlibs/fc55452ec4af3f1938e7095fdb46e616cd901074
diff --git a/akonadi/tests/benchmarker/maketest.cpp b/akonadi/tests/benchmarker/maketest.cpp
index 3d17881..03ff11f 100644
--- a/akonadi/tests/benchmarker/maketest.cpp
+++ b/akonadi/tests/benchmarker/maketest.cpp
@@ -20,7 +20,7 @@
#include "test.h"
-#include "../dbusconnectionpool.h"
+#include "../../dbusconnectionpool.h"
#include <akonadi/agentinstancecreatejob.h>
#include <akonadi/collectiondeletejob.h>
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list