X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=curl-de-sac.git;a=blobdiff_plain;f=webtest%2Fcds_test01.php;fp=webtest%2Fcds_test01.php;h=eeaa97c8a236b1be1918e08ff5983ae0a12f2bac;hp=f3ea61d8b593019038b87278bfff15e947bc1e72;hb=7b5e4084f27b054398e9da0250c166c16d4e8b6c;hpb=76d3dd02774f0443cc026925d6d78d97df16ff19 diff --git a/webtest/cds_test01.php b/webtest/cds_test01.php index f3ea61d..eeaa97c 100755 --- a/webtest/cds_test01.php +++ b/webtest/cds_test01.php @@ -1,7 +1,7 @@ #!/usr/bin/php execute("short", WEBURL.'/short.php') == FALSE) { + if ($cds->execute("short", WEB_URL.'/short.php') == FALSE) { printf("MAIN: push 'short' command failed\n"); exit(123); } @@ -204,7 +204,7 @@ function main() if ($i == 3) { printf("MAIN: load 'short'\n"); - if ($cds->execute("short", WEBURL.'/short.php') == FALSE) { + if ($cds->execute("short", WEB_URL.'/short.php') == FALSE) { printf("MAIN: push 'short' command failed\n"); exit(123); } @@ -212,7 +212,7 @@ function main() if ($i == 4) { printf("MAIN: load 'long'\n"); - if ($cds->execute("long", WEBURL.'/long.php') == FALSE) { + if ($cds->execute("long", WEB_URL.'/long.php') == FALSE) { printf("MAIN: push 'long' command failed\n"); exit(123); }