Actions
Bug(バグ) #1772
open[test] The session instance is not correct at the test (テストのセッションが正しくないことがある。)
Start date:
2010-11-09
Due date:
% Done:
0%
Estimated time:
3.6 で発生するか:
3.8 で発生するか:
Description
Overview¶
The session instance is not correct at the test.
(テストのセッションが正しくないことがある。)
OpenPNE.yml に以下を以下のように設定した場合
session_storage:
name: "memcache"
options:
のようにした場合、opProjectConfiguration::configureSessionStorage() で、
sf_factory_storage が変更されるため、ファクトリがTest用のセッションストレージを選択しない。
Environment¶
OpenPNE3.4〜
Way to fix¶
opProjectConfiguration::configureSessionStorage() について environment が test の時は何も行わないように変更する
Updated by Shouta Kashiwagi almost 13 years ago
- Target version changed from OpenPNE 3.7.0 to 252
Updated by Shouta Kashiwagi almost 13 years ago
- Target version changed from 252 to OpenPNE 3.8.x
Actions