Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageDispatcherTest.h')
-rw-r--r--tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageDispatcherTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageDispatcherTest.h b/tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageDispatcherTest.h
index beab56e2a..0972986f8 100644
--- a/tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageDispatcherTest.h
+++ b/tests/org.eclipse.etrice.runtime.cpp.tests/src/messaging/MessageDispatcherTest.h
@@ -20,7 +20,7 @@
class MessageDispatcherTest: public etTestSuite {
public:
MessageDispatcherTest(void) :
- etTestSuite("MessageDispatcherTest") {
+ etTestSuite("org.eclipse.etrice.runtime.cpp.tests.MessageDispatcherTest") {
}
protected:

Back to the top