Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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