summaryrefslogtreecommitdiffstats
path: root/test/Removed/Old
Commit message (Collapse)AuthorAgeFilesLines
* Set Tasks class as abstractMats Wichmann2020-05-252-0/+53
needs_execut method set as an abstract method, meaning you can't instantiate Task itself, and derived classes must implement the methid. The former warning framework for this (deprecated) is disabled, and some unit tests that were not implementing needs_execute were fixed - by deriving from the AlwaysTask class. Signed-off-by: Mats Wichmann <mats@linux.com>