Skip to content
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

JBIDE-24963-2 - Create CDI 2.0 integration tests - step 2 #1949

Merged
merged 1 commit into from Jul 16, 2019

Conversation

zcervink
Copy link
Contributor

@zcervink zcervink commented Jun 3, 2019

JBIDE-24963-2 - Create CDI 2.0 integration tests - step 2; following testclasses are added:
- BeansXMLBeansEditorTestCDI20.class
- BeansXMLValidationTestCDI20.class
- BeansXMLValidationQuickFixTestCDI20.class

Signed-off-by: Zbynek Cervinka zcervink@redhat.com

@odockal please review

Jira: https://issues.jboss.org/browse/JBIDE-24963
Jenkins: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi20.itests/16/
Snímek obrazovky 2019-06-03 v 20 24 04


@Before
public void changeDiscoveryMode(){
validationProvider = new BeansXmlValidationProviderCDI11();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure that this class contains all that is needed/changed/new in cdi 2.0 specs? Aren't they any different?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zcervink Do you dare to address the required changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.


@Before
public void setValidationProvider(){
validationProvider = new BeansXmlValidationProviderCDI11();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as above. Probably same answer ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@zcervink zcervink force-pushed the JBIDE-24963-2 branch 2 times, most recently from f5b8253 to ea58be8 Compare June 14, 2019 12:24
@odockal
Copy link
Member

odockal commented Jul 8, 2019

testPR


@Before
public void changeDiscoveryMode(){
validationProvider = new BeansXmlValidationProviderCDI11();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zcervink Do you dare to address the required changes?

@odockal
Copy link
Member

odockal commented Jul 11, 2019

Good. Let's wait for the build to finish.

@odockal
Copy link
Member

odockal commented Jul 15, 2019

@zcervink Tests are still failing.

@zcervink
Copy link
Contributor Author

@odockal
Copy link
Member

odockal commented Jul 15, 2019

+1. @jkopriva Merge this please.

	BeansXMLBeansEditorTestCDI20.class
	BeansXMLValidationTestCDI20.class
	BeansXMLValidationQuickFixTestCDI20.class

Signed-off-by: Zbynek Cervinka <zcervink@redhat.com>
@jkopriva
Copy link
Member

Merging, we should create JIRA for duplicated strings and fix it.

@jkopriva jkopriva merged commit 54f5a53 into jbosstools:master Jul 16, 2019
@zcervink zcervink deleted the JBIDE-24963-2 branch July 16, 2019 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants