Changeset 795 for library/tests

Show
Ignore:
Timestamp:
01/29/10 01:13:17 (14 years ago)
Author:
mido
Message:

validate() finally included into UI::build mechanism and removed from some from_setting methods,
from that point StateDS test does not pass, I do not understand why

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/datasource_test.cpp

    r723 r795  
    6767        for ( int t = 1; t < 10; t++ ) { 
    6868                sds.write ( vec_1 ( double ( t ) ) ); 
     69                // TODO ZDE TO SPADNE 
    6970                sds.step(); 
    7071        }