Rewrote all the tests and now all tests pass!
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 9 Jan 2010 18:48:21 +0000 (10:48 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 9 Jan 2010 18:48:21 +0000 (10:48 -0800)
commit852657925d5400d65df324678b7a0ce7558ced95
tree75cf6fe8718774fa84657d050cac08bdd7c98adf
parent98b27b3116e950ce0fc00ac2b7a7795b7ead6a11
Rewrote all the tests and now all tests pass!
(Skips the null store tests since it doesn't make much sense now.)
12 files changed:
lib/Plack/Session.pm
lib/Plack/Session/Store/Cache.pm
lib/Plack/Session/Store/File.pm
t/001_basic.t
t/002_basic_w_cookie.t [changed mode: 0644->0755]
t/003_basic_w_file_store.t [changed mode: 0644->0755]
t/004_basic_file_w_customs.t [changed mode: 0644->0755]
t/005_basic_w_cache_store.t [changed mode: 0644->0755]
t/006_basic_w_null_store.t [deleted file]
t/010_middleware.t
t/011_middleware_w_custom_session.t
t/lib/TestSession.pm