targetTestSuite = project.addNewTestSuite( targetTestSuiteName );
}
boolean move = dialog.getBooleanValue( Form.MOVE );
WsdlTestCase newTestCase = targetTestSuite.importTestCase( testCase, name, -1,
dialog.getBooleanValue( Form.CLONE_LOADTESTS ), dialog.getBooleanValue( Form.CLONE_SECURITYTESTS ),
!move );
UISupport.select( newTestCase );
if( move )