ymkjp / opensocial-php-client

Automatically exported from code.google.com/p/opensocial-php-client
Apache License 2.0
0 stars 0 forks source link

osapiActivitiesTest:testCreate is failing #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is the result of that test, looks like it needs to be modified slightly:

1) testCreate(osapiActivitiesTest)
Failed asserting that two strings are equal.
expected string
<[{"method":"activities.create","params":{"userId":["03067092798963641994"],"gro
upId":"@friends","activity":{"body":"osapi
test activity body","title":"osapi test activity at 1244742934"}},"id":null}]>
difference      <                                                         

xxxxxxxxxxxxx???????????????>
got string     
<[{"method":"activities.create","params":{"userId":["03067092798963641994"],"gro
upId":"@friends","activity":{"body":"osapi
test activity body","title":"osapi test activity at
1244742934"},"appId":"@app"},"id":null}]>
/Users/kurrik/workspace/opensocial-php-client/trunk/test/service/osapiActivities
Test.php:87

Original issue reported on code.google.com by kur...@gmail.com on 11 Jun 2009 at 5:56

GoogleCodeExporter commented 9 years ago
It was the side effect from adding missing appId:@app to createActivites.

Original comment by api.an...@gmail.com on 12 Jun 2009 at 9:02