summaryrefslogtreecommitdiff
path: root/tests/test-Tasks.cc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2012-04-02 07:27:33 -0700
committerPixel <pixel@nobis-crew.org>2012-04-02 07:27:33 -0700
commit983cb6320349852b16a4edc1c71d45f94b689544 (patch)
tree9dbe0275e88836fe90f778d5b406e2cfca39f2ee /tests/test-Tasks.cc
parentea652a2019e4cbbbdd0ca5ebda5ee6edbc4e2d59 (diff)
Fixing unit tests
Diffstat (limited to 'tests/test-Tasks.cc')
-rw-r--r--tests/test-Tasks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-Tasks.cc b/tests/test-Tasks.cc
index 4b26406..272e61d 100644
--- a/tests/test-Tasks.cc
+++ b/tests/test-Tasks.cc
@@ -11,7 +11,7 @@ static CustomPrinter * customPrinter = NULL;
class TestTask : public Task {
public:
- virtual const char * getName() { return "MainTask"; }
+ virtual const char * getName() const { return "TestTask"; }
private:
virtual void Do() {
customPrinter->setLocal();