From 8fa09ce0ffa64b7e57a6a0137d0fcc3e8fa7ee08 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Wed, 12 May 2010 17:59:42 +0000
Subject: [PATCH] Document_convert was removed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35269 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5OOo/tests/testDms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5OOo/tests/testDms.py b/product/ERP5OOo/tests/testDms.py
index 7d0d927880..9e2b8ca50f 100644
--- a/product/ERP5OOo/tests/testDms.py
+++ b/product/ERP5OOo/tests/testDms.py
@@ -624,7 +624,7 @@ class TestDocument(TestDocumentMixin):
     user = uf.getUserById('member_user2').__of__(uf)
     newSecurityManager(None, user)
 
-    response = self.publish('%s/Document_convert?format=pdf' % doc.getPath(),
+    response = self.publish('%s?format=pdf' % doc.getPath(),
                             basic='member_user2:secret')
     self.assertEquals('application/pdf', response.getHeader('content-type'))
     self.assertEquals('attachment; filename="import.file.with.dot.in.filename.pdf"',
-- 
2.30.9