public class TransferHandlerTest extends ComponentTestFixture {
public void testTransferHandler() throws ComponentSearchException, UnsupportedFlavorException,
IOException, InterruptedException, InvocationTargetException {
UserPreferences preferences = new DefaultUserPreferences();
preferences.setFurnitureCatalogViewedInTree(true);
ViewFactory viewFactory = new SwingViewFactory();
Home home = new Home();
home.getCompass().setVisible(false);
final HomeController controller = new HomeController(home, preferences, viewFactory);
JComponent homeView = (JComponent)controller.getView();
final FurnitureCatalogTree catalogTree = (FurnitureCatalogTree)TestUtilities.findComponent(