From b4145de8d99542b5950a5b9ca48db4f232269838 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Tue, 24 Apr 2007 15:32:38 +0000
Subject: [PATCH] Add testing for Drawing extension.

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

diff --git a/product/ERP5OOo/tests/testIngestion.py b/product/ERP5OOo/tests/testIngestion.py
index 9e4a35a9f7..3c5ab2d63c 100644
--- a/product/ERP5OOo/tests/testIngestion.py
+++ b/product/ERP5OOo/tests/testIngestion.py
@@ -948,6 +948,7 @@ class TestIngestion(ERP5TypeTestCase):
             'ppt' : 'Presentation',
             'odp' : 'Presentation',
             'sxi' : 'Presentation',
+            'sxd' : 'Drawing',
             'xxx' : 'File',
           }
     for type, portal_type in correct_type_mapping.items():
-- 
2.30.9