-
Bug
-
Resolution: Done
-
Major
-
3.1.0.M2
#1 Open JBIDE788Test.testCAforForJSFCProposals()
#2 comment lines from 118 till 128
// assertTrue(results.length>=2);
// for(ICompletionProposal completionProposal : results) {
// if(completionProposal instanceof AutoContentAssistantProposal ) {
// String displayString = ((ICompletionProposal) completionProposal).getDisplayString();
// if(!(displayString.contains("h:command") || displayString.contains("New JSF EL")))
// }
// }
//
#3 Run Junit test for jsf
#4 During calling CA exception will be thrown. See attachment.