操作
Backport(バックポート) #2098
完了[api] opOpenSocialProfileExport doesn't return birthday when public flag of birthday is '3' and owner is viewer
開始日:
2011-05-06
期日:
進捗率:
100%
予定工数:
説明
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'
Shogo Kawahara さんが13年以上前に更新
- ステータス を Pending Fixing(修正待ち) から Pending Review(レビュー待ち) に変更
更新履歴 003345f0969c1bebc3146e6067a731e756960647 で適用されました。
Youichi Kimura さんが13年以上前に更新
- ステータス を Pending Review(レビュー待ち) から Fixed(完了) に変更
- 進捗率 を 50 から 100 に変更
操作