[BACK]Return to read_todo.t CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / t

Diff for /todotxt/Text-Todo/t/read_todo.t between version 1.10 and 1.11

version 1.10, 2010/01/18 00:19:55 version 1.11, 2010/01/18 02:46:48
Line 97 
Line 97 
   
 ok( $todo->save($dup_todo_file), "Save to tempfile" );  ok( $todo->save($dup_todo_file), "Save to tempfile" );
   
 my $dup_todo = new_ok( 'Text::Todo' => [{ todo_file => $dup_todo_file }], 'New todo' );  my $dup_todo = new_ok( 'Text::Todo' => [$dup_todo_file], 'New todo' );
   
 ok( $todo->load($todo_file), "Load file [$todo_file]" );  ok( $todo->load($todo_file), "Load file [$todo_file]" );
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>