@Test
public void testSetsItselfAsChangeHandler() {
webSearchAction = new WebSearchAction( ui, uiRenderer, actionDescriptor );
PropertyChangeHandler handler = searchAction.getAdapter( PropertyChangeNotifier.class ).getPropertyChangeHandler();
assertSame( handler, webSearchAction );
}