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/bdm/base/user_info.h

    r793 r795  
    349349                        throw; 
    350350                } 
     351 
     352                // validate the new instance 
     353                instance->validate(); 
    351354        } 
    352355 
     
    366369 
    367370                assert_type ( link.result, Setting::TypeList ); 
     371 
    368372 
    369373                int len = link.result.getLength();