Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C1AD0CE2A for ; Fri, 3 Aug 2012 15:21:05 +0000 (UTC) Received: (qmail 75787 invoked by uid 500); 3 Aug 2012 15:21:03 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 75686 invoked by uid 500); 3 Aug 2012 15:21:03 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 75578 invoked by uid 99); 3 Aug 2012 15:21:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 15:21:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 006C5142851 for ; Fri, 3 Aug 2012 15:21:03 +0000 (UTC) Date: Fri, 3 Aug 2012 15:21:02 +0000 (UTC) From: "Carol Frampton (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <2112043589.10775.1344007263005.JavaMail.jiratomcat@issues-vm> In-Reply-To: <369843063.10526.1344005402716.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Reopened] (FLEX-33160) automation not working with Apache SDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33160?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton reopened FLEX-33160: ----------------------------------- reopen to change title =20 > automation not working with Apache SDK > -------------------------------------- > > Key: FLEX-33160 > URL: https://issues.apache.org/jira/browse/FLEX-33160 > Project: Apache Flex > Issue Type: Bug > Components: Automation > Affects Versions: Apache Flex 4.8 (parity release) > Reporter: Carol Frampton > Assignee: Carol Frampton > Fix For: Apache Flex 4.9.0 > > > In apache SDK, references to QTP were replaced with Tool. During that pro= cess, one genuine reference to QTP also got modified and hence the issue > =20 > Under tool.swc=E2=80=99s ToolAdapter class, > =20 > ExternalInterface.call("eval", > "if (!window._mx_testing_plugin_" + p= layerID + > ".RegisterPluginWithQTP(self, " + "'"= + playerID + "')) {" + > "document.getElementById('" + playerI= D + > "').SetLastError('TEAPluginIE.TEAFlex= AgentIE is not scriptable'); }"); > =20 > is modified to > =20 > ExternalInterface.call("eval", > "if (!window._mx_testing_plugin_" + p= layerID + > ".RegisterPluginWithTool(self, " + "'= " + playerID + "')) {" + > "document.getElementById('" + playerI= D + > "').SetLastError('TEAPluginIE.TEAFlex= AgentIE is not scriptable'); }"); > =20 > which should be reverted. Otherwise, the actual call to register our plug= in with QTP was not happening and so QTP automation is not working with Apa= che Flex SDK. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira