139140141142143144145146147148149
fail("No exception expected"); } // Initializing our Migration controller try { mc = new MigrationController(); } catch (RemoteException e) { e.printStackTrace(); fail("No exception expected"); }