IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
This commit is contained in:
@@ -76,7 +76,7 @@ public class FacesFlowBuilderServicesBeanDefinitionParserTests extends TestCase
|
||||
throw new UnsupportedOperationException("Auto-generated method stub");
|
||||
}
|
||||
|
||||
public Class getClassByName(String name) throws ConversionExecutionException {
|
||||
public Class getClassForAlias(String name) throws ConversionExecutionException {
|
||||
throw new UnsupportedOperationException("Auto-generated method stub");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,7 +44,6 @@ public class DojoDecorationRendererTests extends TestCase {
|
||||
UIInput childComponent = new UIInput();
|
||||
childComponent.setValue(new TestValue());
|
||||
DojoDecorationRenderer renderer = new DojoDecorationRenderer();
|
||||
|
||||
try {
|
||||
renderer.getValueAsString(jsf.facesContext(), childComponent);
|
||||
fail("getValueAsString should throw exception if no converter is found");
|
||||
|
||||
Reference in New Issue
Block a user