From 45e3f2662cccf3a6554719bca0a7193731e96df2 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Fri, 23 Sep 2005 22:10:28 +0000 Subject: [PATCH] rename the class name git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3854 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Catalog/tests/testERP5Catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Catalog/tests/testERP5Catalog.py b/product/ERP5Catalog/tests/testERP5Catalog.py index 269667b114..63b94c7f56 100755 --- a/product/ERP5Catalog/tests/testERP5Catalog.py +++ b/product/ERP5Catalog/tests/testERP5Catalog.py @@ -54,7 +54,7 @@ import os from Products.ERP5Type import product_path from DateTime import DateTime -class TestCatalog(ERP5TypeTestCase): +class TestERP5Catalog(ERP5TypeTestCase): """ This is the list of test -- 2.30.9