From 0d97aaa4fbb1992ca5f3ab86e25fb5dc233f1482 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. --- test/pitytest11/src/PityUnit.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/pitytest11/src/PityUnit.hh b/test/pitytest11/src/PityUnit.hh index e75ab16..443ff13 100644 --- a/test/pitytest11/src/PityUnit.hh +++ b/test/pitytest11/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: