Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47790 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67576 invoked from network); 5 Apr 2010 17:01:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Apr 2010 17:01:08 -0000 Authentication-Results: pb1.pair.com header.from=zippy1981@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=zippy1981@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: zippy1981@gmail.com X-Host-Fingerprint: 209.85.217.227 mail-gx0-f227.google.com Received: from [209.85.217.227] ([209.85.217.227:58606] helo=mail-gx0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/C0-60700-3571ABB4 for ; Mon, 05 Apr 2010 13:01:07 -0400 Received: by gxk27 with SMTP id 27so3488326gxk.1 for ; Mon, 05 Apr 2010 10:01:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=GJbC3Eo0RjNVwhhQiM1yEr5ULVajYvaRJ/zIAshrFE0=; b=U1D2ubInxIC3qIwMPwsRzZGHscXbbG5mg3gRAZ6M6yq0VEdtNap8mfaS2M4oW16S9R 4bqzfc6aIyEPBq4oRY0F9+s4c4V4ZxOa/3GnGJewDw45Jm/Y4UpegIrPnUw7NI0VL4O0 DSEzuc5oDq4k6bsZcLQr52mWxkr3g1VzbmZCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=d3QXe7a3/jFVUk5hYI95v3i7j7FIiCTUQDqVAPlVd7/wL5DRkMt0Bc2IecFQ9/jTO2 OR9veO9bHaeXw2krztGjiJbK0Y44iXy34D+7buG00DSzdz0CIGxHRvM/AKPlZt/sMtC0 sSfMydEt6uQYMC6ANYH+GIK2mbUwb7XGFAaOY= MIME-Version: 1.0 Received: by 10.90.88.8 with HTTP; Mon, 5 Apr 2010 10:01:05 -0700 (PDT) Date: Mon, 5 Apr 2010 13:01:05 -0400 Received: by 10.90.249.1 with SMTP id w1mr1530182agh.4.1270486865107; Mon, 05 Apr 2010 10:01:05 -0700 (PDT) Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001636284d8a495be7048380469f Subject: Newbie contributor question, nmake test will not run my patch From: zippy1981@gmail.com (Justin Dearing) --001636284d8a495be7048380469f Content-Type: text/plain; charset=ISO-8859-1 Hi, So I wrote a test for bug 50698 (http://bugs.php.net/bug.php?id=50698), but it doesn't show up in the test output when i run nmake test. I don't see anything on the QA site about what to do to make a test run. I placed it in the right directory and named it right as far as I can tell. What am I doing wrong and where is the link explaining what I am doing wrong? Justin --001636284d8a495be7048380469f--