[Erp5-report] r41615 nicolas - /erp5/trunk/products/ERP5/tests/testWebCrawler.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 21 16:36:07 CET 2010


Author: nicolas
Date: Tue Dec 21 16:36:07 2010
New Revision: 41615

URL: http://svn.erp5.org?rev=41615&view=rev
Log:
This test succeed only if urlnorm will be available.
Do not try to run this test if urlnorm is not available

Modified:
    erp5/trunk/products/ERP5/tests/testWebCrawler.py

Modified: erp5/trunk/products/ERP5/tests/testWebCrawler.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testWebCrawler.py?rev=41615&r1=41614&r2=41615&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testWebCrawler.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testWebCrawler.py [utf8] Tue Dec 21 16:36:07 2010
@@ -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
 



More information about the Erp5-report mailing list