Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(268)

Issue 27067: Fix existing minor failures on PHP Shindig (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 6 months ago by Jacky Wang
Modified:
16 years, 1 month ago
Reviewers:
panjie, shindig.remailer, chabotc1
Base URL:
http://svn.apache.org/repos/asf/incubator/shindig/trunk/
Visibility:
Public.

Description

The existing failures are caused by the diff between UNIX and WINDOWS file formats: there's "\n" in UNIX one while "\r\n" in WINDOWS one. We actually want to compare the json/xml objects, rather than their string representation.

Patch Set 1 #

Patch Set 2 : Updated patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
php/test/social/OutputAtomConverterTest.php View 1 1 chunk +1 line, -1 line 0 comments Download
php/test/social/OutputJsonConverterTest.php View 1 1 chunk +3 lines, -1 line 0 comments Download
php/test/social/OutputXmlConverterTest.php View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3
Jacky Wang
16 years, 6 months ago (2009-03-18 07:21:02 UTC) #1
Jacky Wang
Updated patch
16 years, 6 months ago (2009-03-18 11:17:23 UTC) #2
Jacky Wang
16 years, 5 months ago (2009-03-31 02:49:25 UTC) #3
On 2009/03/18 11:17:23, Jacky.Chao.Wang wrote:
> Updated patch

Hi All,

Any updates on this issue? :)

I saw another CL (Issue #28061) has been submitted (Shindig submission #758361),
but this one hasn't been submitted yet.

Many Thanks!
- Jacky
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b