Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1300)

Unified Diff: MoinMoin/action/_tests/test_attachfile.py

Issue 9215043: fix creation of unwanted attachment dirs for do=get and other r/o actions (Closed)
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « MoinMoin/action/AttachFile.py ('k') | MoinMoin/xmlrpc/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: MoinMoin/action/_tests/test_attachfile.py
===================================================================
--- a/MoinMoin/action/_tests/test_attachfile.py
+++ b/MoinMoin/action/_tests/test_attachfile.py
@@ -60,7 +60,7 @@
filename = ""
- file_exists = os.path.exists(AttachFile.getFilename(self.request, self.pagename, filename))
+ file_exists = os.path.exists(AttachFile.getFilename(self.request, self.pagename, filename, create_dir=1))
nuke_page(self.request, self.pagename)
« no previous file with comments | « MoinMoin/action/AttachFile.py ('k') | MoinMoin/xmlrpc/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b