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 8E678D599 for ; Fri, 24 Aug 2012 10:26:10 +0000 (UTC) Received: (qmail 77107 invoked by uid 500); 24 Aug 2012 10:26:09 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 76917 invoked by uid 500); 24 Aug 2012 10:26:09 -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 76895 invoked by uid 99); 24 Aug 2012 10:26:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 10:26:08 +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 justinmclean@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 10:26:00 +0000 Received: by pbcwy7 with SMTP id wy7so3266246pbc.6 for ; Fri, 24 Aug 2012 03:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=aTgj+RSZiZdHhwJ8LC61bPR+wAqQRmUi3ZOHheqRoEc=; b=BBi5F2rNiFkJ7NvuAGqm493+rc5J4HCEgI+6ybr90ymBXBV1FxZ2MlhYn67c52VCYo W6wziUGWTb/f0yNzbZnvZsyMjPpm2GE+B5wT65zuPGpmOvuxfF0BO3et2DogcjSlvwDl YG5FOklej+jSyepBWBVb82GPuRXLQ5nnqwLwl/RNexJiw6MbGLFHgH5Jhg29ZVwNeKbs VkeqBmvKJlma8Evo0mGj/g/GGimO7BcNO+5yziPOJ7kHxt0uALrMYcv8hpwPVxTu++nW au35MzMc7IpJLRXJ4TyaQVNykxyon6oWsDITHN9gCcakgxopKiBhPfA655FaoyS1hGyP v3oA== Received: by 10.66.79.38 with SMTP id g6mr9755216pax.40.1345803940145; Fri, 24 Aug 2012 03:25:40 -0700 (PDT) Received: from [192.168.0.9] (124-149-46-91.dyn.iinet.net.au. [124.149.46.91]) by mx.google.com with ESMTPS id rz10sm8043193pbc.32.2012.08.24.03.25.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Aug 2012 03:25:39 -0700 (PDT) Sender: Justin Mclean Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Apple Message framework v1280) Subject: Re: Getting Mustella to work. From: Justin Mclean In-Reply-To: Date: Fri, 24 Aug 2012 20:25:33 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1280) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > 1) I couldn't (easily) find on which source I'm supposed to work. > Eventually I found an email from Alex referring to 'develop', and in > the SVN repo We probably need to update the SVN info on the web site/wiki to make it = clear that people wishing to contribute need to work out of develop not = trunk. > 2) spaces in paths... This gave me quit a headache. It's a know issue and again probably need to be more clearly spelt out = in the documentation. A few people have looked fixing it but it's not = straight forward to fix. > 3) the first Mustella test I ran was on components/TextArea, as that > was near the top of the table, didn't look to have too many test and > it passes... To my suprise it did pass, but not with the 30 tests > mentioned in the table, but it said it only passed 8 tests=20 I think that there are excluded tests depending on what platform you run = the tests on. Take a look at ExcludeListMac.txt (2600 lines) vs = ExcludeListWin.txt (0 lines) in the mustella/tests directory. Anyone = know why so many tests are excluded on OSX? Thanks, Justin