Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestConfigTest.java')
-rw-r--r--tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestConfigTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestConfigTest.java b/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestConfigTest.java
index eccb2d9d4..20086662d 100644
--- a/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestConfigTest.java
+++ b/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestConfigTest.java
@@ -29,7 +29,7 @@ public class IntegrationTestConfigTest extends IntegrationTestBase {
@Before
public void setUp() throws Exception {
- main_component = new SubSystemConfigTest(null,"SubSystemConfigTest");
+ main_component = new SubSystemConfigTest("SubSystemConfigTest");
// hand over the semaphore to the subsystem
main_component.setTestSemaphore(this.testSem);

Back to the top