Changeset 162 for tests/loggers_test.cpp

Show
Ignore:
Timestamp:
09/04/08 20:27:01 (16 years ago)
Author:
smidl
Message:

opravy a dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/loggers_test.cpp

    r89 r162  
    1212        int i; 
    1313         
    14         RV th = RV ( "1 2","{a b }","1 1","0 0"); 
    15         RV r = RV ( "2","{r }","2","0" ); 
     14        RV th = RV ( "{a b }"); 
     15        RV r = RV ( "{r }","2"); 
    1616 
    1717        dirfilelog L("exp/dirfile",10); 
     
    3030                L.step(); 
    3131        } 
    32         L.step(true); 
     32        L.finalize(); 
    3333}