This isn't checked in where you want it to be, is it?

-adam

On Sat, 5 Mar 2005, John Coggeshall wrote:

> john          Fri Mar  4 20:13:10 2005 EDT
>
>   Modified files:
>     /php-src/ext/skeleton/tests       001.phpt
>   Log:
>   Starting tests....
>
> http://cvs.php.net/diff.php/php-src/ext/skeleton/tests/001.phpt?r1=1.7&r2=1.8&ty=u
> Index: php-src/ext/skeleton/tests/001.phpt
> diff -u php-src/ext/skeleton/tests/001.phpt:1.7 
> php-src/ext/skeleton/tests/001.phpt:1.8
> --- php-src/ext/skeleton/tests/001.phpt:1.7   Wed May 19 04:54:51 2004
> +++ php-src/ext/skeleton/tests/001.phpt       Fri Mar  4 20:13:10 2005
> @@ -1,21 +1,10 @@
>  --TEST--
> -Check for extname presence
> +Check for xmlrpci presence
>  --SKIPIF--
> -<?php if (!extension_loaded("extname")) print "skip"; ?>
> +<?php if (!extension_loaded("xmlrpci")) print "skip"; ?>
>  --FILE--
>  <?php
> -echo "extname extension is available";
> -/*
> -     you can add regression tests for your extension here
> -
> -  the output of your test code has to be equal to the
> -  text in the --EXPECT-- section below for the tests
> -  to pass, differences between the output and the
> -  expected text are interpreted as failure
> -
> -     see php5/README.TESTING for further information on
> -  writing regression tests
> -*/
> +echo "Improved XML-RPC extension is available";
>  ?>
>  --EXPECT--
> -extname extension is available
> +Improved XML-RPC extension is available
>
>

-- 
[EMAIL PROTECTED] | http://www.trachtenberg.com
author of o'reilly's "upgrading to php 5" and "php cookbook"
avoid the holiday rush, buy your copies today!

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to