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

Back to the top