Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 2656 invoked from network); 12 Oct 2007 22:42:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Oct 2007 22:42:19 -0000 Received: (qmail 83886 invoked by uid 500); 12 Oct 2007 22:42:07 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 83837 invoked by uid 500); 12 Oct 2007 22:42:07 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 83826 invoked by uid 99); 12 Oct 2007 22:42:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 15:42:07 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 22:42:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A870B1A9832; Fri, 12 Oct 2007 15:41:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r584308 - /apr/apr/branches/1.2.x/test/Makefile.win Date: Fri, 12 Oct 2007 22:41:56 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071012224158.A870B1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri Oct 12 15:41:55 2007 New Revision: 584308 URL: http://svn.apache.org/viewvc?rev=584308&view=rev Log: One module flipped between 1.x and 1.2, we still had rand2, but we didn't test cond. Modified: apr/apr/branches/1.2.x/test/Makefile.win Modified: apr/apr/branches/1.2.x/test/Makefile.win URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/test/Makefile.win?rev=584308&r1=584307&r2=584308&view=diff ============================================================================== --- apr/apr/branches/1.2.x/test/Makefile.win (original) +++ apr/apr/branches/1.2.x/test/Makefile.win Fri Oct 12 15:41:55 2007 @@ -75,7 +75,7 @@ $(INTDIR)\testatomic.obj $(INTDIR)\testflock.obj $(INTDIR)\testshm.obj \ $(INTDIR)\testsock.obj $(INTDIR)\testglobalmutex.obj $(INTDIR)\teststrnatcmp.obj \ $(INTDIR)\testfilecopy.obj $(INTDIR)\testtemp.obj $(INTDIR)\testlfs.obj \ - $(INTDIR)\testcond.obj + $(INTDIR)\testrand2.obj CLEAN_DATA = testfile.tmp lfstests\large.bin \ data\testputs.txt data\testbigfprintf.dat \