summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestresult_p.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-16 15:32:14 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-30 16:40:14 +0100
commit4c63838039e410d6d68f4b76be5b42d4e620d224 (patch)
treea0170cc5643c1f5ff6ca747cbfd51184b039f9c9 /src/testlib/qtestresult_p.h
parent0d00841c5f9cf97e6867c8d1b0bea48f44daa3bd (diff)
Remove pass/fail/skip count getters from QTestResult.
These functions are no longer used, as the counters have been moved to QTestLog. Change-Id: I7cd13fc92a18920706fcc712804c304f9c333969 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/testlib/qtestresult_p.h')
-rw-r--r--src/testlib/qtestresult_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testlib/qtestresult_p.h b/src/testlib/qtestresult_p.h
index 3d64ac900c..fc7f834756 100644
--- a/src/testlib/qtestresult_p.h
+++ b/src/testlib/qtestresult_p.h
@@ -76,10 +76,6 @@ public:
static void finishedCurrentTestFunction();
static void reset();
- static int passCount();
- static int failCount();
- static int skipCount();
-
static void addFailure(const char *message, const char *file, int line);
static bool compare(bool success, const char *msg, const char *file, int line);
static bool compare(bool success, const char *msg, char *val1, char *val2,