aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-12-05 07:08:44 +0100
committerOrgad Shaneh <orgads@gmail.com>2016-12-05 06:11:15 +0000
commit24969964f2964e9af38b15c2d21c474bca0718c2 (patch)
tree8c205171bd098f7d03a25f52978207c00f6c0a83 /src/plugins/cvs
parentad771f9750901ded2933002e4363dcd9045f8178 (diff)
CVS: Re-enable plugin unit tests
They had been lost while the latest refactorings. Change-Id: I248b274c948a2265aa11d95bbeff143b4a439735 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cvs')
-rw-r--r--src/plugins/cvs/cvsplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cvs/cvsplugin.h b/src/plugins/cvs/cvsplugin.h
index e14246c332..fdd8eb72f1 100644
--- a/src/plugins/cvs/cvsplugin.h
+++ b/src/plugins/cvs/cvsplugin.h
@@ -90,6 +90,7 @@ public:
const QString &revision, int lineNumber);
#ifdef WITH_TESTS
+private slots:
void testDiffFileResolving_data();
void testDiffFileResolving();
void testLogResolving();