Changeset 513

Show
Ignore:
Timestamp:
12/16/09 21:41:26 (2 years ago)
Author:
dom
Message:

fix further instances of the same problem

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/t/011_recent_changes.t

    r512 r513  
    3535    $node = "Everyone's Favourite Hobby"; 
    3636    %node_data = $wiki->retrieve_node( $node ); 
    37     $wiki->write_node( $node, "hobby data", @node_data{checksum}, 
     37    $wiki->write_node( $node, "hobby data", $node_data{checksum}, 
    3838                       { 
    3939                         comment   => "Test", 
     
    4444    $node = "Another Node"; 
    4545    %node_data = $wiki->retrieve_node( $node ); 
    46     $wiki->write_node( $node, "another node 1", @node_data{checksum}, 
     46    $wiki->write_node( $node, "another node 1", $node_data{checksum}, 
    4747                       { 
    4848                         username  => "nou", 
     
    140140    $node = "Another Node"; 
    141141    %node_data = $wiki->retrieve_node( $node ); 
    142     $wiki->write_node( $node, "another node 2", @node_data{checksum}, 
     142    $wiki->write_node( $node, "another node 2", $node_data{checksum}, 
    143143                       { 
    144144                         username  => "Kake", 
     
    189189    $node = "Another Node"; 
    190190    %node_data = $wiki->retrieve_node( $node ); 
    191     $wiki->write_node( $node, "another node 3", @node_data{checksum}, 
     191    $wiki->write_node( $node, "another node 3", $node_data{checksum}, 
    192192                       { 
    193193                         username  => "bob",