Show
Ignore:
Timestamp:
08/06/09 07:49:38 (15 years ago)
Author:
vbarta
Message:

fixed tests for new UI::get & UI::build

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/square_mat_stress.cpp

    r477 r480  
    176176        UIFile fag ( agenda_file_name ); 
    177177        Array<square_mat_point *> mag; 
    178         UI::get ( mag, fag, "agenda" ); 
     178        UI::get ( mag, fag, "agenda", UI::compulsory ); 
    179179        int sz = mag.size(); 
    180180        CHECK ( sz > 0 );