Actions
Bug(バグ) #2618
closedpc_frontend の test で opWebResponse を利用しないことによるテスト阻害
Start date:
2011-11-23
Due date:
% Done:
0%
Estimated time:
3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:
Unknown (未調査)
Description
Overview¶
pc_frontend の test に sfWebResponse が利用されており、
functional test にて warning が発生する
> application/add # post /member/login/authMode/MailAddress not ok 1 - last request threw an uncaught exception sfException: Call to undefined method sfWebResponse::generateMobileUidCookie.
Causes¶
#1113 の変更によるものであり、functional test について配慮されていない。
Way to fix¶
pc_frontend の factories.yml の修正
-> (影響範囲) テスト関連
Appendix¶
他のアプリケーションについては、当問題は発生しない。
Updated by Shogo Kawahara about 13 years ago
1..43
application/add
- post /member/login/authMode/MailAddress
not ok 1 - last request threw an uncaught exception sfException: Call to undefined method sfWebResponse::generateMobileUidCookie. - Failed test (./lib/vendor/symfony/lib/test/sfTestFunctionalBase.class.php at line 425)
Updated by Shogo Kawahara about 13 years ago
- Status changed from New(新規) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴 5baea5fb0f7ffd6bc7f3a4429f7da8209015fbbc で適用されました。
Updated by Shouta Kashiwagi almost 13 years ago
- Target version changed from OpenPNE 3.7.0 to 252
Updated by Youichi Kimura almost 13 years ago
- Priority changed from Normal(通常) to Urgent(急いで)
Updated by Shouta Kashiwagi almost 13 years ago
- Target version changed from 252 to OpenPNE 3.8beta1
Updated by Shogo Kawahara almost 13 years ago
更新履歴 6a707421a63695a22ccf8e358144538bf8bf20a7 で適用されました。
Updated by Yuma Sakata almost 13 years ago
- Target version changed from OpenPNE 3.8beta1 to OpenPNE 3.8.x
- 3.6 で発生するか set to Unknown (未調査)
- 3.4 で発生するか set to Unknown (未調査)
Updated by Yuya Watanabe over 12 years ago
- Target version changed from OpenPNE 3.8.x to OpenPNE 3.8.1
Updated by Yuya Watanabe over 12 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
該当テストにおいて対象のメッセージが発生しないことを確認.
$ cd plugins/opOpenSocialPlugin $ php test/functional/pc_frontend/applicationActionsTest.php 1..43 > application/add # post /member/login/authMode/MailAddress # get application/add/4 ok 1 - all of value of ApplicationTranslation.title are escaped. # post application/add/4 ok 2 - message about CSRF token exists > application/canvas # post /member/login/authMode/MailAddress # get application/canvas/5 ok 3 - all of value of ApplicationTranslation.title are escaped. > application/delete # get application/delete/4 ok 4 - all of value of ApplicationTranslation.title are escaped. # post application/delete/4 ok 5 - message about CSRF token exists > application/deleteConsumerSecret # get application/deleteConsumerSecret/4 ok 6 - all of value of ApplicationTranslation.title are escaped. ...
Updated by Yuya Watanabe over 12 years ago
- Target version changed from OpenPNE 3.8.1 to OpenPNE 3.9.0-old
!!
Updated by isao sano almost 8 years ago
- Status changed from Pending Testing(テスト待ち) to Won't fix(対応せず)
- % Done changed from 70 to 0
OpenPNE 3.8.1 にて対応済みであったため、対応せずとします。
Actions