-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing: add o.e.tc.datastore.core.tests to testing feature #175
testing: add o.e.tc.datastore.core.tests to testing feature #175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo 'testting' in commit header
@@ -207,4 +207,8 @@ | |||
id="org.eclipse.tracecompass.slf4j.binding.simple.properties" | |||
version="0.0.0"/> | |||
|
|||
<plugin | |||
id="org.eclipse.tracecompass.datastore.core.tests" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider inserting above in alphabetical order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Eclipse feature editor added it at the end.
<plugin | ||
id="org.eclipse.tracecompass.datastore.core.tests" | ||
version="0.0.0"/> | ||
|
||
</feature> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other plug-ins that could be considered to be added, here or in another commit if applicable:
o.e.tc.lami.ui.swtbot.tests (fragment)
o.e.tc.analysis.profiling.ui.swtbot.tests
o.e.tc.integration.core.tests
o.e.tc.jsontrace.core.tests
o.e.tc.rcp.ui.tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These ones have been missing for a while and have not caused any build issue. It's out of scope of this fix.
I'll fix it. |
Commit e12b98a made o.e.tc.datastore.core.tests a plug-in instead of a fragment. It needs to be part of the testing feature so that downstream test plug-ins can successfully build. Signed-off-by: Bernd Hufmann <[email protected]>
db3065f
to
565e41a
Compare
Commit e12b98a made o.e.tc.datastore.core.tests a plug-in instead of a fragment. It needs to be part of the testing feature so that downstream test plug-ins can successfully build.
Signed-off-by: Bernd Hufmann [email protected]