X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=webtest%2Fcds_test01.php;h=818344974e37083f2e13e4fc89ecade665b20736;hb=2338f1bebd53050610b91d6940d8d20760df02b7;hp=f3ea61d8b593019038b87278bfff15e947bc1e72;hpb=76d3dd02774f0443cc026925d6d78d97df16ff19;p=curl-de-sac.git diff --git a/webtest/cds_test01.php b/webtest/cds_test01.php index f3ea61d..8183449 100755 --- a/webtest/cds_test01.php +++ b/webtest/cds_test01.php @@ -1,10 +1,10 @@ #!/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 +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.'/test/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.'/test/long.php') == FALSE) { printf("MAIN: push 'long' command failed\n"); exit(123); }