Changeset 128 for tests

Show
Ignore:
Timestamp:
06/20/08 13:55:30 (16 years ago)
Author:
smidl
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/testUI.cpp

    r122 r128  
    2222         
    2323        EngineUI() 
    24                 : UserInfo( "engine", "type of engine" ), 
     24                : UserInfo<Engine>( "engine", "type of engine" ), 
    2525                producer( "producer"), 
    2626                consumption( "consumption") 
     
    6262 
    6363        CarUI() 
    64                 : UserInfo("car", "type of a car"),  
     64                : UserInfo<Car>("car", "type of a car"),  
    6565                color( "color"),  
    66                 year( "year" ) 
     66                year( "color" ) 
    6767        { 
    6868                engine.Attach( elements );