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 37DDADD30 for ; Sat, 1 Dec 2012 00:12:14 +0000 (UTC) Received: (qmail 93321 invoked by uid 500); 1 Dec 2012 00:12:13 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 93268 invoked by uid 500); 1 Dec 2012 00:12:13 -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 93259 invoked by uid 99); 1 Dec 2012 00:12:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 00:12:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cyrill.zadra@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 00:12:06 +0000 Received: by mail-vb0-f47.google.com with SMTP id e21so40336vbm.6 for ; Fri, 30 Nov 2012 16:11:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cPHzazpdHWyzTHJvzRMJQrRJ6CB1kP4CAgQ7HbpKLkQ=; b=NXNPuL6NUrid/OBKSOzElU3k7iDvNhBIWqesF3lNVZymSOSyTYpXEDWbaWNPRauVRj ZDJdYyFbiGtKGjcYwNml38YWxmBpwK0DLpZpwNsmd9udlq/aCduxvqCzFQ2FfkvTm+Mo bhGYAfB6Uduw8sy90xuqlWyLlWr9lS2+GlFyB8XyH3V20hiOFIFA22oM5lMkJalxFIHT 1aTxFJYXkEivs+bwG93MEg3c0/bnAkx6X41bBpC+MecDFQugnZRhfWodxIC57fW7zqSx 3B3ebBrQAQml7fP/mJla+SB8tIeyHJZ+ab4cKypkLi9FmW64nAlOvM4G6d+Aeje+EQSM yulA== MIME-Version: 1.0 Received: by 10.220.156.143 with SMTP id x15mr2511081vcw.50.1354320706088; Fri, 30 Nov 2012 16:11:46 -0800 (PST) Received: by 10.220.140.208 with HTTP; Fri, 30 Nov 2012 16:11:45 -0800 (PST) In-Reply-To: <149F8129B58B2D418508E63117D9C5419B5B4CFCC6@nambx05.corp.adobe.com> References: <149F8129B58B2D418508E63117D9C5419B5B4CFCC6@nambx05.corp.adobe.com> Date: Fri, 30 Nov 2012 16:11:45 -0800 Message-ID: Subject: Re: Falcon test failure From: Cyrill Zadra To: "flex-dev@incubator.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Gordon Oh I forgot to comment the one line.... I exended the method getSingleArgumentFromRaw() to remove single quotes. But before I commit that I first wanted to ask first here on the list if this method is really supposed to do that. I'm probably too cautious in commiting ;-) So single quotes should they also be removed if they exists at the beginning and end of a rawArgument? Cyrill Am 30.11.2012 um 13:03 schrieb Gordon Smith : > @Cyril: Thanks for adding some unit tests for CSS nodes. One test, CSSFunctionCallPropertyValue_static_getSingleArgumentFromRaw(), is failing for me. It's expecting "Test" but getting "'Test'". > > Does it pass for you? > > - Gordon