X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=webtest%2Fcds_test01.php;h=c42a18c71df4c60fc3b4dafff1f784b0c93be51b;hb=c1e44db3d212a6f082976d86a460dca2025e659a;hp=f3ea61d8b593019038b87278bfff15e947bc1e72;hpb=76d3dd02774f0443cc026925d6d78d97df16ff19;p=curl-de-sac.git diff --git a/webtest/cds_test01.php b/webtest/cds_test01.php index f3ea61d..c42a18c 100755 --- a/webtest/cds_test01.php +++ b/webtest/cds_test01.php @@ -1,10 +1,12 @@ #!/usr/bin/php execute("short", WEBURL.'/short.php') == FALSE) { + if ($cds->execute("short", WEB_URL.'/test/short.php') == FALSE) { printf("MAIN: push 'short' command failed\n"); exit(123); } @@ -204,7 +206,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.'/test/short.php') == FALSE) { printf("MAIN: push 'short' command failed\n"); exit(123); } @@ -212,7 +214,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.'/test/long.php') == FALSE) { printf("MAIN: push 'long' command failed\n"); exit(123); }