summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxue <>2005-11-16 04:43:28 +0000
committerxue <>2005-11-16 04:43:28 +0000
commitf5294995a9324d8e748b2f5520fb43675d1e54fe (patch)
treedd0130a80227887370f789621fbb811c5cafa6bd /tests
parent4eaae0d4b80a8586b5408726a8859d7647f7d954 (diff)
Diffstat (limited to 'tests')
-rw-r--r--tests/UnitTests/framework/utPradoBase.php1
1 files changed, 0 insertions, 1 deletions
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.*');