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

Back to the top