Changeset 302 for wiki-toolkit/trunk/t/040_rename.t
- Timestamp:
- 05/20/06 09:54:13 (6 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit/trunk/t/040_rename.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/t/040_rename.t
r209 r302 133 133 134 134 # Check the other two nodes 135 my%anode1 = $wiki->retrieve_node("NodeOne");135 %anode1 = $wiki->retrieve_node("NodeOne"); 136 136 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" ); 137 137 is( 3, $anode1{'version'}, "new version" );
