Development

Changeset 3461

You must first sign up to be able to contribute.

Changeset 3461

Show
Ignore:
Timestamp:
02/15/07 12:53:13 (6 years ago)
Author:
tristan
Message:

fixed minor bug in getPath()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelActAsNestedSetBehaviorPlugin/test/unit/PropelActAsNestedSetBehaviorTest.php

    r3460 r3461  
    2929 
    3030// -- path to the symfony project where the plugin resides 
    31 $sf_path = '/home/trivoallan/workspace/sf-actasnestedset'; 
     31$sf_path = '/home/trivoallan/workspace/'; 
    3232  
    3333// bootstrap 
     
    686686$t = new lime_test(3, new lime_output_color()); 
    687687$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()); 
    689689$n7_path = $n7->getPath(); 
    690690$n7_path_ids = array();