Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-03-14 01:19:05 +0000
committerRyan D. Brooks2012-03-14 01:19:05 +0000
commit02a255b2d92c590416c6d60326ec12494bd95023 (patch)
treebb82191de28060f2325287a17613f5bde4affd78 /plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml
parent6649a5eea0c0441c63929e851bd702c33a1ebe54 (diff)
downloadorg.eclipse.osee-02a255b2d92c590416c6d60326ec12494bd95023.tar.gz
org.eclipse.osee-02a255b2d92c590416c6d60326ec12494bd95023.tar.xz
org.eclipse.osee-02a255b2d92c590416c6d60326ec12494bd95023.zip
bug: Ensure DSL integration tests run during maven build
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml
index 284a3849b9b..b91d12645f3 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml
@@ -21,7 +21,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
- <testSuite>org.eclipse.osee.framework.core.dsl.integration</testSuite>
+ <testSuite>org.eclipse.osee.framework.core.dsl.integration.test</testSuite>
<testClass>org.eclipse.osee.framework.core.dsl.integration.AllDslIntegrationTestSuite</testClass>
</configuration>
</plugin>

Back to the top