From: <svn...@op...> - 2009-04-04 00:37:41
|
Author: scriptor Date: Sat Apr 4 02:37:33 2009 New Revision: 5532 URL: http://www.opensync.org/changeset/5532 Log: Replaced '@' by '_' as far as file names are concerned which are to be processed by the file-sync plugin. Modified: plugins/ldap-sync/tests/test.conf Modified: plugins/ldap-sync/tests/test.conf ============================================================================== --- plugins/ldap-sync/tests/test.conf Sat Apr 4 02:37:04 2009 (r5531) +++ plugins/ldap-sync/tests/test.conf Sat Apr 4 02:37:33 2009 (r5532) @@ -26,10 +26,10 @@ CONTACT1_FILE='/tmp/file_contact/pas-id-49C8DD6D00000035' CONTACT2_FILE='/tmp/file_contact/pas-id-49C6A95E00000026' -EVENT1_FILE='/tmp/file_event/200...@ho...' -TODO1_FILE='/tmp/file_todo/200...@ho...' -NOTE1_FILE='/tmp/file_note/200...@ho...' -NOTE2_FILE='/tmp/file_note/200...@ho...' +EVENT1_FILE='/tmp/file_event/20090320T204925Z-32394-500-1-247_host.example.com' +TODO1_FILE='/tmp/file_todo/20090325T135501Z-32394-500-1-302_host.example.com' +NOTE1_FILE='/tmp/file_note/20090228T003924Z-14681-500-1-43_host.example.com' +NOTE2_FILE='/tmp/file_note/20090103T144254Z-31888-500-1-0_host.example.com' GROUPNAME="sync_test_group" |