From: <svn...@op...> - 2009-04-04 00:37:06
|
Author: scriptor Date: Sat Apr 4 02:37:04 2009 New Revision: 5531 URL: http://www.opensync.org/changeset/5531 Log: Replacing '@' by '_' as far as files are concerned which are intended to be processed by the file-sync plugin. See also file-sync/src/filename_scape.h. Modified: plugins/ldap-sync/tests/event1.xml plugins/ldap-sync/tests/note1.xml plugins/ldap-sync/tests/note2.xml plugins/ldap-sync/tests/todo1.xml Modified: plugins/ldap-sync/tests/event1.xml ============================================================================== --- plugins/ldap-sync/tests/event1.xml Sat Apr 4 02:36:54 2009 (r5530) +++ plugins/ldap-sync/tests/event1.xml Sat Apr 4 02:37:04 2009 (r5531) @@ -82,7 +82,7 @@ <ByMonth>3</ByMonth> </TimezoneRule> <Uid> - <Content>200...@ho...</Content> + <Content>20090320T204925Z-32394-500-1-247_host.example.com</Content> </Uid> </event> Modified: plugins/ldap-sync/tests/note1.xml ============================================================================== --- plugins/ldap-sync/tests/note1.xml Sat Apr 4 02:36:54 2009 (r5530) +++ plugins/ldap-sync/tests/note1.xml Sat Apr 4 02:37:04 2009 (r5531) @@ -34,6 +34,6 @@ <Content>First memo.</Content> </Summary> <Uid> - <Content>200...@ho...</Content> + <Content>20090228T003924Z-14681-500-1-43_host.example.com</Content> </Uid> </note> Modified: plugins/ldap-sync/tests/note2.xml ============================================================================== --- plugins/ldap-sync/tests/note2.xml Sat Apr 4 02:36:54 2009 (r5530) +++ plugins/ldap-sync/tests/note2.xml Sat Apr 4 02:37:04 2009 (r5531) @@ -36,8 +36,8 @@ <Summary> <Content>1st memo</Content> </Summary> -<Uid> - <Content>200...@ho...</Content> + <Uid> + <Content>20090103T144254Z-31888-500-1-0_host.example.com</Content> </Uid> </note> Modified: plugins/ldap-sync/tests/todo1.xml ============================================================================== --- plugins/ldap-sync/tests/todo1.xml Sat Apr 4 02:36:54 2009 (r5530) +++ plugins/ldap-sync/tests/todo1.xml Sat Apr 4 02:37:04 2009 (r5531) @@ -43,7 +43,7 @@ <Content>Task no. 1</Content> </Summary> <Uid> - <Content>200...@ho...</Content> + <Content>20090325T135501Z-32394-500-1-302_host.example.com</Content> </Uid> </todo> |