[#10735] package has typos in files
Summary package has typos in files
Queue Synchronization
Queue Version Git master
Type Bug
State Stalled
Priority 1. Low
Owners
Requester thomas (at) btspuhler (dot) com
Created 11/11/2011 (558 days ago)
Due
Updated 11/30/2011 (539 days ago)
Assigned
Resolved 11/30/2011 (539 days ago)
Attachments
Milestone
Patch No

History
11/30/2011 05:52:20 PM Jan Schneider Comment #3
State ⇒ Stalled
Milestone ⇒
Reply to this comment
testsync.php will probably go away.
11/14/2011 04:49:20 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Make this work with H4 (Bug #10735).

  1 files changed, 12 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/b27a02cff1ad4fb15e0edd735c7f41a2b6be6d1a
11/11/2011 04:37:45 AM thomas (at) btspuhler (dot) com Comment #1
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒ 1.0.6
Queue ⇒ Synchronization
Summary ⇒ package has typos in files
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
both testpacked.php and testsync.php have a capital L in:

require_once 'SyncML.php' ;

  require_once 'SyncML/Device.php' ;
require_once 'SyncML/Device/Sync4j.php ;
require_once 'SyncML/Backend.php' ;

the "l" in SyncML/Dev.. should be lowercase