Show
Ignore:
Timestamp:
05/20/06 09:54:13 (6 years ago)
Author:
dom
Message:

Clean up after Nick, mutter mutter

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/t/040_rename.t

    r209 r302  
    133133 
    134134        # Check the other two nodes 
    135         my %anode1 = $wiki->retrieve_node("NodeOne"); 
     135        %anode1 = $wiki->retrieve_node("NodeOne"); 
    136136        is( "This is the second version of the first node, which links to NodeTwo, NodeThree, [NodeTwo], [NodeFour|Node Four] and [NodeThree | Node Three].", $anode1{'content'}, "explicit link was updated, implicit not" ); 
    137137        is( 3, $anode1{'version'}, "new version" );