witten
/
luminotes
Archived
1
0
Fork 0

Removed implict session locking from unit tests as well.

This commit is contained in:
Dan Helfman 2008-10-07 14:35:52 -07:00
parent 22f25ba274
commit de0977b082
2 changed files with 0 additions and 2 deletions

1
NEWS
View File

@ -7,7 +7,6 @@
by removing all implicit session locking. by removing all implicit session locking.
* Fixed a bug that broke that Luminotes Desktop product download page if * Fixed a bug that broke that Luminotes Desktop product download page if
PayPal took too long to notify Luminotes of the purchase. PayPal took too long to notify Luminotes of the purchase.
1.5.2: October 1, 2008 1.5.2: October 1, 2008
* Leading/trailing spaces in note titles are now ignored when making links * Leading/trailing spaces in note titles are now ignored when making links

View File

@ -60,7 +60,6 @@ class Test_controller( object ):
u"server.environment": "production", u"server.environment": "production",
u"session_filter.on": True, u"session_filter.on": True,
u"session_filter.storage_type": u"ram", u"session_filter.storage_type": u"ram",
u"session_filter.locking": "implicit",
u"encoding_filter.on": True, u"encoding_filter.on": True,
u"encoding_filter.encoding": "utf-8", u"encoding_filter.encoding": "utf-8",
u"decoding_filter.on": True, u"decoding_filter.on": True,