add explicit installation 'test' dir subfolder
[curl-de-sac.git] / webtest / cds_test01.php
index eeaa97c..8183449 100755 (executable)
@@ -4,7 +4,7 @@
 define('WEB_URL', 'http://localhost/curl-de-sac');
 define('DBG_LEVEL', 0);
 
-require_once('Obj/curl-de-sac.phh');
+require_once('../Obj/curl-de-sac.phh');
 
 class short_cmd extends CDS_cmd {
     var $short_data;
@@ -196,7 +196,7 @@ function main()
 
          if ($i == 2) {
             printf("MAIN: load 'short'\n");
-            if ($cds->execute("short", WEB_URL.'/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", WEB_URL.'/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", WEB_URL.'/long.php') == FALSE) {
+            if ($cds->execute("long", WEB_URL.'/test/long.php') == FALSE) {
                 printf("MAIN: push 'long' command failed\n");
                 exit(123);
             }