From ef15af78dd9d34eb689332a3eefc77f364d0596d Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sat, 8 Nov 2008 12:01:10 +0000 Subject: [PATCH] - MFB: Made this test independent of field types in master..sysprocesses # char on ASE 11, varchar on ASE 15 --- ext/sybase_ct/tests/test_appname.phpt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ext/sybase_ct/tests/test_appname.phpt b/ext/sybase_ct/tests/test_appname.phpt index c423ff0b52..71f5c32f4d 100644 --- a/ext/sybase_ct/tests/test_appname.phpt +++ b/ext/sybase_ct/tests/test_appname.phpt @@ -35,7 +35,6 @@ Sybase-CT application name ); var_dump( - $r, compare_string($program_name, $r[0]['program_name']), compare_string($hostname, $r[0]['hostname']) ); @@ -52,14 +51,5 @@ Sybase-CT application name where program_name = "phpt_test" <<< Return: resource -array(1) { - [0]=> - array(2) { - ["hostname"]=> - string(10) "php.net%s" - ["program_name"]=> - string(16) "phpt_test%s" - } -} bool(true) bool(true) -- 2.40.0