From 7eee9affabba8bbc6e4ccc0a0125eb60906f83b7 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 8 Jul 2021 16:44:52 +0200 Subject: [PATCH] Test: PityTest - PityUnit add ad-hoc class as default TestContext. We should have a proper baseclass for the context. --- src/PityUnit.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/PityUnit.hh b/src/PityUnit.hh index e75ab16..443ff13 100644 --- a/src/PityUnit.hh +++ b/src/PityUnit.hh @@ -17,7 +17,11 @@ namespace pEp { namespace PityTest11 { - template + //TODO We need a context basetype + class PityBaseCTX { + }; + + template class PityUnit : public AbstractPityUnit { public: // Test success if TestFunction: