From: <svn...@op...> - 2009-04-13 21:49:05
|
Author: scriptor Date: Mon Apr 13 23:48:52 2009 New Revision: 5599 URL: http://www.opensync.org/changeset/5599 Log: Eliminated '@' in filenames - as the file-sync plugin would write them. Modified: plugins/ldap-sync/tests/event1.xml_modified plugins/ldap-sync/tests/note1.xml_modified plugins/ldap-sync/tests/note2.xml_modified plugins/ldap-sync/tests/todo1.xml_modified Modified: plugins/ldap-sync/tests/event1.xml_modified ============================================================================== --- plugins/ldap-sync/tests/event1.xml_modified Mon Apr 13 23:48:19 2009 (r5598) +++ plugins/ldap-sync/tests/event1.xml_modified Mon Apr 13 23:48:52 2009 (r5599) @@ -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_modified ============================================================================== --- plugins/ldap-sync/tests/note1.xml_modified Mon Apr 13 23:48:19 2009 (r5598) +++ plugins/ldap-sync/tests/note1.xml_modified Mon Apr 13 23:48:52 2009 (r5599) @@ -34,6 +34,6 @@ <Content>First memo. In a slightly modified form.</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_modified ============================================================================== --- plugins/ldap-sync/tests/note2.xml_modified Mon Apr 13 23:48:19 2009 (r5598) +++ plugins/ldap-sync/tests/note2.xml_modified Mon Apr 13 23:48:52 2009 (r5599) @@ -37,7 +37,7 @@ <Content>1st memo. In a slightly modified form.</Content> </Summary> <Uid> - <Content>200...@ho...</Content> + <Content>20090103T144254Z-31888-500-1-0_host.example.com</Content> </Uid> </note> Modified: plugins/ldap-sync/tests/todo1.xml_modified ============================================================================== --- plugins/ldap-sync/tests/todo1.xml_modified Mon Apr 13 23:48:19 2009 (r5598) +++ plugins/ldap-sync/tests/todo1.xml_modified Mon Apr 13 23:48:52 2009 (r5599) @@ -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> |