From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id EF2E417C8D9C for ; Wed, 4 Jul 2012 19:27:49 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id BEC95EA6B87 for ; Wed, 4 Jul 2012 19:25:10 +0900 (JST) Received: from localhost (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id A2DCE8FC29 for ; Wed, 4 Jul 2012 19:25:11 +0900 (JST) X-Virus-Scanned: amavisd-new at funfun.nagaokaut.ac.jp Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by localhost (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ViluYkMvIypB for ; Wed, 4 Jul 2012 19:25:11 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 829338FC28 for ; Wed, 4 Jul 2012 19:25:11 +0900 (JST) Received: from carbon.ruby-lang.org (carbon.ruby-lang.org [221.186.184.68]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 56B0A95286C for ; Wed, 4 Jul 2012 19:25:08 +0900 (JST) Received: from beryllium.ruby-lang.org (beryllium.ruby-lang.org [127.0.0.1]) by carbon.ruby-lang.org (Postfix) with ESMTP id 71CF43C229708; Wed, 4 Jul 2012 19:22:16 +0900 (JST) Received: from conimssout001-v.nifty.com (conimssout001-v.nifty.com [210.131.4.251]) by carbon.ruby-lang.org (Postfix) with ESMTP id 0E5093C22967C for ; Wed, 4 Jul 2012 19:22:15 +0900 (JST) Received: from userg508.nifty.com by conimssout001-v.nifty.com with ESMTP id q64ALsPv019628 for ; Wed, 4 Jul 2012 19:21:55 +0900 Received: from localhost (nttkyo176030.tkyo.nt.ngn2.ppp.infoweb.ne.jp [219.104.42.30]) (authenticated) by userg508.nifty.com with ESMTP id q64ALido030576 for ; Wed, 4 Jul 2012 19:21:44 +0900 Delivered-To: ruby-core@ruby-lang.org Date: Wed, 4 Jul 2012 19:22:15 +0900 Posted: Wed, 4 Jul 2012 19:21:41 +0900 From: Masaki Suketa Reply-To: ruby-core@ruby-lang.org Subject: [ruby-core:46175] Re: [ruby-trunk - Bug #6650] Fixing win32ole test errors To: ruby-core@ruby-lang.org Message-Id: <20120704102141.GA1866@thx2011> In-Reply-To: References: X-ML-Name: ruby-core X-Mail-Count: 46175 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address ruby-core-ctl@ruby-lang.org; help= User-Agent: Mutt/1.5.20 (2009-06-14) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=apr2010web; t=1341397315; bh=v6BRuiiMm0K1DkGgcsVIf4Ddr7UBO2sjps0IyIzRSu4=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=A4Zj3kdBLSou5sfjEIkPYM5916++9zTS3Bl7hhZNDjKOUetsfiTNk8I/FOJ4NwFrl dakWFCvs6TPhe4V5/0AdzzTJN56hzXn5lt/9V5xC+cu1PeBK36PZxi7xtW30dOwCyL kNXSviddyxBwYmGVbcLC3KrxYixPOQ6ArnSXJK4M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=mar2011msa; t=1341397304; bh=v6BRuiiMm0K1DkGgcsVIf4Ddr7UBO2sjps0IyIzRSu4=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=kgV6k4CLt6TwT2iTYpmyD3VlcdWmfpKvCVta0V2l9qAl+vYRnllpWCNsktkX2nZrv FHmlzw8OPdnZYEn8/Fve0FgMWn+Jtl2I51PNvvxexaFkJWK4bBsbkF7hLxWXvbwGp9 VfnayXJwR3V1KkZFP6qEQ0F/iVmJXMvGpYenBi54= X-Nifty-SrcIP: [219.104.42.30] Content-Disposition: inline Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Precedence: bulk List-Id: ruby-core.ruby-lang.org List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: On Sat, Jun 30, 2012 at 11:24:03PM +0900, luislavena (Luis Lavena) wrote: > > Can you confirm tests pass after applying Hiroshi's patch? > Sorry for being too late to reply. I confirmed Hiroshi's patch works fine. Best Regards, Masaki Suketa