From d33a80c9c58e70670bf7e16e655a1d06d79d5dcd Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Fri, 14 May 2010 11:02:26 +0000
Subject: [PATCH] File does not implement IBaseConvertable, so these object are
 not associated to processing_status_workflow

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

diff --git a/product/ERP5OOo/tests/testDms.py b/product/ERP5OOo/tests/testDms.py
index 7194fae122..0e01d1fbc6 100644
--- a/product/ERP5OOo/tests/testDms.py
+++ b/product/ERP5OOo/tests/testDms.py
@@ -1319,7 +1319,6 @@ class TestDocument(TestDocumentMixin):
     document_list = person.getFollowUpRelatedValueList()
     self.assertEquals(1, len(document_list))
     document = document_list[0]
-    self.assertEquals('empty', document.getExternalProcessingState())
     self.assertEquals('File', document.getPortalType())
     self.assertEquals(contributed_document, document)
 
-- 
2.30.9