Backport(バックポート) #3160
pc_frontend の test で opWebResponse を利用しないことによるテスト阻害
Start date:
2011-11-23
Due date:
% Done:
100%
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¶
他のアプリケーションについては、当問題は発生しない。
Related issues
Associated revisions
fixed factries.yml for pc_frontend, because test can't pass by the response's configuration (fixes #2618)
History
#1 Updated by Yuya Watanabe about 12 years ago
- Tracker changed from Bug(バグ) to Backport(バックポート)
#2 Updated by Yuma Sakata about 12 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
テストOKです。