diff options
author | xue <> | 2005-11-16 04:43:28 +0000 |
---|---|---|
committer | xue <> | 2005-11-16 04:43:28 +0000 |
commit | f5294995a9324d8e748b2f5520fb43675d1e54fe (patch) | |
tree | dd0130a80227887370f789621fbb811c5cafa6bd /tests/UnitTests/framework | |
parent | 4eaae0d4b80a8586b5408726a8859d7647f7d954 (diff) |
Diffstat (limited to 'tests/UnitTests/framework')
-rw-r--r-- | tests/UnitTests/framework/utPradoBase.php | 1 |
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.*');
|