Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48745DCD1 for ; Wed, 29 May 2013 02:33:34 +0000 (UTC) Received: (qmail 17853 invoked by uid 500); 29 May 2013 02:33:33 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 17651 invoked by uid 500); 29 May 2013 02:33:32 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 17632 invoked by uid 99); 29 May 2013 02:33:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 02:33:31 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [203.59.1.210] (HELO icp-osb-irony-out1.external.iinet.net.au) (203.59.1.210) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 02:33:26 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApIBAF9opVF8laSB/2dsb2JhbAANTMcFg1hnshSSdI8ygl1hA518jiCBWCQ X-IronPort-AV: E=Sophos;i="4.87,762,1363104000"; d="scan'208";a="118801244" Received: from unknown (HELO [192.168.0.3]) ([124.149.164.129]) by icp-osb-irony-out1.iinet.net.au with ESMTP; 29 May 2013 10:32:27 +0800 From: Justin Mclean Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: ADG monkey patches and Mustella tests Date: Wed, 29 May 2013 12:32:27 +1000 Message-Id: <7B836601-3A81-4E40-A38C-ECBE9979CA5E@classsoftware.com> To: dev@flex.apache.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org Hi, Just submitted some fixes for various ADG issues, most of these I had as = Monkey Patched in a project that have been running for several year and = are used on a daily basis. Anyone else have any Monkey Patches lying = around? All the ADG Mustella tests pass except one (called = use_grouped_data_mirroring) to do with LTR text which I believe its = currently incorrect. ie the baseline image is incorrect and doesn't = contain RTL test and the "bad" image does but is actually correct. I'd = guess that the removal of the unneeded validateNow in one of my fixes = has sped up the performance of the ADG and it how has time to display = the RTL text when it wasn't before. Thanks, Justin=