From 53ce5760f0ceb654d99fa7d4464fee546de6b65f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 8 Oct 2005 04:49:12 +0000 Subject: [PATCH] Bringing the tests up-to-date --- dev/conditionaltest.php | 2 +- dev/xmltest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/conditionaltest.php b/dev/conditionaltest.php index 27e31fb..906b4f3 100644 --- a/dev/conditionaltest.php +++ b/dev/conditionaltest.php @@ -7,7 +7,7 @@ // $HeadURL$ require_once('../kernel.php'); -$isso =& $_isso; +$isso = new Shared_Object_Framework(); $isso->apppath = $isso->fetch_sourcepath(getcwd()); $isso->sourcepath = $isso->fetch_sourcepath($isso->apppath . '../'); diff --git a/dev/xmltest.php b/dev/xmltest.php index 0e3239e..4f42afc 100644 --- a/dev/xmltest.php +++ b/dev/xmltest.php @@ -4,7 +4,7 @@ // SVN $Id$ require_once('../kernel.php'); -$isso =& $_isso; +$isso =& new Shared_Object_Framework(); $isso->apppath = $isso->fetch_sourcepath(getcwd()); $isso->sourcepath = $isso->fetch_sourcepath($isso->apppath . '../'); -- 2.43.5