Skip to content

Commit

Permalink
Further clean-ups and simplifications of smartimport-tests
Browse files Browse the repository at this point in the history
Generalize redundant code into the template class.

Replace the o.e.pde.ui.tests.smartimport/pom.xml by the still required
pom.model. configuration in the build.properties (many properties were
obsolete anyway).

Follow-up on "Rewrite smartimport test as plain JUnit test"
  • Loading branch information
HannesWell committed Sep 16, 2023
1 parent ba4fde8 commit 6dc47b2
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 326 deletions.
5 changes: 4 additions & 1 deletion ui/org.eclipse.pde.ui.tests.smartimport/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.swt,
org.eclipse.ui.ide,
org.eclipse.jdt.ui,
org.eclipse.pde.ui
org.eclipse.pde.ui,
org.eclipse.pde.ui.tests,
assertj-core
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.pde.ui.tests.smartimport
Import-Package: org.junit,
org.junit.rules,
org.junit.runner,
org.junit.runners
5 changes: 4 additions & 1 deletion ui/org.eclipse.pde.ui.tests.smartimport/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
bin.includes = about.html,\
.,\
test.xml,\
META-INF/
META-INF/,\
resources/
src.includes = about.html
source.. = src/
pom.model.packaging = eclipse-test-plugin
pom.model.property.testClass = org.eclipse.ui.tests.smartimport.AllTests
72 changes: 0 additions & 72 deletions ui/org.eclipse.pde.ui.tests.smartimport/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6dc47b2

Please sign in to comment.