Changeset 3423

Show
Ignore:
Timestamp:
07/08/08 13:34:18 (3 months ago)
Author:
dgollub
Message:

Enable simple-config() ressources by default.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/support.c

    r3401 r3423  
    698698        osync_plugin_ressource_set_objtype(res, objtype); 
    699699        osync_plugin_ressource_set_path(res, path);  
     700        osync_plugin_ressource_enable(res, TRUE); 
    700701        osync_plugin_ressource_add_objformat_sink(res, format_sink); 
    701702