Changeset 3400

Show
Ignore:
Timestamp:
07/07/08 09:54:55 (1 month ago)
Author:
dgollub
Message:

Fixed wrong objtype sink in proxy testcase. Got introduced by porting to
OSyncPluginConfig porting...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/client-tests/check_proxy.c

    r3398 r3400  
    162162        OSyncObjTypeSink *sink = osync_client_proxy_nth_objtype(proxy, 0); 
    163163        fail_unless(sink != NULL, NULL); 
    164         fail_unless(!strcmp(osync_objtype_sink_get_name(sink), "file"), NULL); 
     164        fail_unless(!strcmp(osync_objtype_sink_get_name(sink), "mockobjtype1"), NULL); 
    165165         
    166166        fail_unless(osync_objtype_sink_num_objformat_sinks(sink) == 1, NULL);