From c0203466a742b09ea3a28610c2d7e96f585e5093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 28 Nov 2017 10:20:58 +0000 Subject: [PATCH] test: fix wrongly named test method --- product/ERP5/tests/testZODBHistory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testZODBHistory.py b/product/ERP5/tests/testZODBHistory.py index 30f4c1a162..d438cde41b 100644 --- a/product/ERP5/tests/testZODBHistory.py +++ b/product/ERP5/tests/testZODBHistory.py @@ -122,7 +122,7 @@ class TestZODBHistory(ERP5TypeTestCase): # should be: create(1) + edit(60) = 61 self.assertEqual(len(history_list), 61) - def test_testZODBHistorySecurity(self): + def test_ZODBHistorySecurity(self): """ Make sure ZODB History is not available when user does not have "View History" permission. """ -- 2.30.9