Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2011-10-24 15:43:57 +0000
committerRoberto E. Escobar2011-10-24 15:43:57 +0000
commit683c5e1fcdbeb340539d8322c87cb64f16dac72d (patch)
tree9323e170803efa788d1e14bf2494959281fe740d /plugins/org.eclipse.osee.display.presenter.test/pom.xml
parent6571c958e276f3538860bca7b9f8276e741d3e98 (diff)
downloadorg.eclipse.osee-683c5e1fcdbeb340539d8322c87cb64f16dac72d.tar.gz
org.eclipse.osee-683c5e1fcdbeb340539d8322c87cb64f16dac72d.tar.xz
org.eclipse.osee-683c5e1fcdbeb340539d8322c87cb64f16dac72d.zip
feature[ats_9WGDG]: Clean-up presenter bundles
Diffstat (limited to 'plugins/org.eclipse.osee.display.presenter.test/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.display.presenter.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.display.presenter.test/pom.xml b/plugins/org.eclipse.osee.display.presenter.test/pom.xml
index f3f6122606a..83352268ae1 100644
--- a/plugins/org.eclipse.osee.display.presenter.test/pom.xml
+++ b/plugins/org.eclipse.osee.display.presenter.test/pom.xml
@@ -29,7 +29,7 @@
<version>${tycho-version}</version>
<configuration>
<testSuite>org.eclipse.osee.display.presenter.test</testSuite>
- <testClass>org.eclipse.osee.display.presenter.DisplayPresenterTestSuite</testClass>
+ <testClass>org.eclipse.osee.display.presenter.SearchPresenterTestSuite</testClass>
</configuration>
</plugin>
</plugins>

Back to the top