From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81382 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: bug#10759: 23.4; Move url-future-test to test/ Date: Tue, 14 Feb 2012 14:10:55 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87pqdh44e8.fsf@lifelogs.com> References: <87k43q3707.fsf@lifelogs.com> <87ty2tv9ed.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329246682 13844 80.91.229.3 (14 Feb 2012 19:11:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2012 19:11:22 +0000 (UTC) Cc: 10759@debbugs.gnu.org To: Leo , Ding Mailing List Original-X-From: ding-owner+M29662@lists.math.uh.edu Tue Feb 14 20:11:21 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RxNma-0002Un-UA for ding-account@gmane.org; Tue, 14 Feb 2012 20:11:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RxNmH-000426-DE; Tue, 14 Feb 2012 13:11:01 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RxNmG-00041v-45 for ding@lists.math.uh.edu; Tue, 14 Feb 2012 13:11:00 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RxNmF-0000P5-5A for ding@lists.math.uh.edu; Tue, 14 Feb 2012 13:11:00 -0600 Original-Received: from z.lifelogs.com ([173.255.230.239]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RxNmD-00081Z-Jq for ding@gnus.org; Tue, 14 Feb 2012 20:10:57 +0100 Original-Received: from heechee (c-76-28-40-19.hsd1.vt.comcast.net [76.28.40.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id 5E7A06E983; Tue, 14 Feb 2012 19:10:56 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Gmane-Reply-To-List: yes In-Reply-To: (Leo's message of "Wed, 15 Feb 2012 01:37:22 +0800") User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81382 Archived-At: On Wed, 15 Feb 2012 01:37:22 +0800 Leo wrote: L> On 2012-02-14 21:20 +0800, Ted Zlatanov wrote: >> Yes, for Gnus it's better to keep them as they are. Perhaps if Gnus had >> its own test directory... L> On 2012-02-14 22:34 +0800, Lars Ingebrigtsen wrote: >> I just noticed the other day that there's a "tests" directory in git >> Gnus. :-) L> I think we have what is needed to separate those tests and put them in L> the dedicated folders. What do you think? Done, correctly I hope. Ding list: all the registry.el and gnus-registry.el ERT tests are moved to tests/gnustest-registry.el Any other tests I should move? Thanks Ted