From f5294995a9324d8e748b2f5520fb43675d1e54fe Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 16 Nov 2005 04:43:28 +0000 Subject: --- tests/UnitTests/framework/utPradoBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/UnitTests/framework/utPradoBase.php b/tests/UnitTests/framework/utPradoBase.php index f7861c57..b907aa44 100644 --- a/tests/UnitTests/framework/utPradoBase.php +++ b/tests/UnitTests/framework/utPradoBase.php @@ -87,7 +87,6 @@ class utPradoBase extends UnitTestCase $this->assertTrue(Prado::getPathOfNamespace('TestSystem.*')===realpath($testSystem)); $this->assertTrue(Prado::getPathOfNamespace('TestSystem.protected.*')===realpath($testSystem).'/protected'); - $this->assertTrue(Prado::getPathOfNamespace('TestSystem')===null); // test repeatedly using the same namespaces Prado::using('System.*'); -- cgit v1.2.3