cain Thu Jul 3 07:50:29 2003 EDT
Modified files:
/pear/Tree/tests getIdByPath.php
Log:
- add comment
Index: pear/Tree/tests/getIdByPath.php
diff -u pear/Tree/tests/getIdByPath.php:1.1 pear/Tree/tests/getIdByPath.php:1.2
--- pear/Tree/tests/getIdByPath.php:1.1 Fri Jun 20 12:54:51 2003
+++ pear/Tree/tests/getIdByPath.php Thu Jul 3 07:50:29 2003
@@no-spam -1,6 +1,6 @@no-spam
<?php
//
-// $Id: getIdByPath.php,v 1.1 2003/06/20 16:54:51 cain Exp $
+// $Id: getIdByPath.php,v 1.2 2003/07/03 11:50:29 cain Exp $
//
require_once 'UnitTest.php';
@@no-spam -28,7 +28,7 @@no-spam
$tree = $this->getDynamicDBnested();
$id = $tree->getIdByPath('/Root/child 2/child 2_2');
- $this->assertEquals(5,$id);
+ $this->assertEquals(5,$id,'This is not implemented, yet!!! (This test should fail ... for now)');
}