Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.jdk.core.test')
-rw-r--r--plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml b/plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml
index 1fc942dfac8..a56bf4dda4c 100644
--- a/plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml
+++ b/plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml
@@ -34,7 +34,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
- <testSuite>org.eclipse.osee.framework.jdk.core</testSuite>
+ <testSuite>org.eclipse.osee.framework.jdk.core.test</testSuite>
<testClass>org.eclipse.osee.framework.jdk.core.JdkCoreTestSuite</testClass>
</configuration>
</plugin>

Back to the top