From e15ff486b00e304a973a88b5a991aff72350380e Mon Sep 17 00:00:00 2001 From: Harry Fuecks Date: Wed, 2 Jun 2004 14:23:48 +0000 Subject: [PATCH] Update include path for tests git-svn-id: http://svn.php.net/repository/pear/packages/XML_HTMLSax/trunk@160390 c90b9560-bf6c-de11-be94-00142212c4b1 --- tests/unit_tests.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/unit_tests.php b/tests/unit_tests.php index 089c78e..e5f3dd4 100644 --- a/tests/unit_tests.php +++ b/tests/unit_tests.php @@ -13,14 +13,14 @@ require_once(SIMPLE_TEST . 'mock_objects.php'); require_once(SIMPLE_TEST . 'reporter.php'); -if (!defined('XML_HTMLSAX')) { - define('XML_HTMLSAX', '../../'); +if (!defined('XML_HTMLSAX3')) { + define('XML_HTMLSAX3', '../'); } -require_once(XML_HTMLSAX . 'HTMLSax.php'); -require_once(XML_HTMLSAX . 'HTMLSax/States.php'); -require_once(XML_HTMLSAX . 'HTMLSax/Decorators.php'); +require_once(XML_HTMLSAX3 . 'HTMLSax3.php'); +require_once(XML_HTMLSAX3 . 'HTMLSax3/States.php'); +require_once(XML_HTMLSAX3 . 'HTMLSax3/Decorators.php'); -$test = &new GroupTest('XML::HTMLSax Tests'); +$test = &new GroupTest('XML::HTMLSax3 Tests'); $test->addTestFile('xml_htmlsax_test.php'); $test->run(new HtmlReporter()); ?> \ No newline at end of file