From 736159961511e64e097fa377067ae6ff5087b025 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Tue, 21 Dec 2010 15:36:07 +0000 Subject: [PATCH] This test succeed only if urlnorm will be available. Do not try to run this test if urlnorm is not available git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41615 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testWebCrawler.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5/tests/testWebCrawler.py b/product/ERP5/tests/testWebCrawler.py index 39c5f370c6..cd08d5ef25 100644 --- a/product/ERP5/tests/testWebCrawler.py +++ b/product/ERP5/tests/testWebCrawler.py @@ -30,6 +30,8 @@ import unittest from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase,\ _getConversionServerDict +import urlnorm # This library is imported to detect lack of + # urlnorm availibility in python environment import transaction -- 2.30.9