Changeset 3461
- Timestamp:
- 02/15/07 12:53:13 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelActAsNestedSetBehaviorPlugin/test/unit/PropelActAsNestedSetBehaviorTest.php
r3460 r3461 29 29 30 30 // -- path to the symfony project where the plugin resides 31 $sf_path = '/home/trivoallan/workspace/ sf-actasnestedset';31 $sf_path = '/home/trivoallan/workspace/'; 32 32 33 33 // bootstrap … … 686 686 $t = new lime_test(3, new lime_output_color()); 687 687 $t->diag('getPath'); 688 $target_path_ids = array($ n8->getId(), $n1->getId(), $root->getId());688 $target_path_ids = array($root->getId(), $n1->getId(), $n8->getId()); 689 689 $n7_path = $n7->getPath(); 690 690 $n7_path_ids = array();