Actions
Backport(バックポート) #2099
closed[api] opOpenSocialProfileExport doesn't return birthday when public flag of birthday is '3' and owner is viewer
Start date:
2011-05-06
Due date:
% Done:
100%
Estimated time:
Description
Overview¶
opOpenSocialProfileExport doesn't return birthday when public flag of birthday is '3' as private and owner is viewer.
The result of unit test is the following.
not ok 16 - ->getBirthday() returns '1989-01-08' when public flag of birthday is '3' and public flag of age is '1' # Failed test (./plugins/opOpenSocialPlugin/test/unit/util/opOpenSocialProfileExportTest.php at line 27) # got: '' # expected: '1989-01-08' ok 17 - ->getAge() returns '22' when public flag of birthday is '3' and public flag of age is '1' not ok 18 - ->getBirthday() returns '1989-01-08' when public flag of birthday is '3' and public flag of age is '2' # Failed test (./plugins/opOpenSocialPlugin/test/unit/util/opOpenSocialProfileExportTest.php at line 27) # got: '' # expected: '1989-01-08' ok 19 - ->getAge() returns '22' when public flag of birthday is '3' and public flag of age is '2' not ok 20 - ->getBirthday() returns '1989-01-08' when public flag of birthday is '3' and public flag of age is '3' # Failed test (./plugins/opOpenSocialPlugin/test/unit/util/opOpenSocialProfileExportTest.php at line 27) # got: '' # expected: '1989-01-08'
Updated by Youichi Kimura over 13 years ago
- Target version changed from 1.3.2 to 1.0.6
Updated by Shogo Kawahara over 13 years ago
- Status changed from Pending Fixing(修正待ち) to Pending Review(レビュー待ち)
更新履歴 e99136acd5d7df4c150db0d45a27bf9abf28286b で適用されました。
Updated by Shogo Kawahara over 13 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
- % Done changed from 50 to 100
Actions