##// END OF EJS Templates
tests: removed soon-to-be deleted test for deprecated action_logger.
marcink -
r1797:2007cb9b default
parent child Browse files
Show More
@@ -221,11 +221,6 b' def platform_encodes_filenames():'
221 return path_with_latin1 != read_path
221 return path_with_latin1 != read_path
222
222
223
223
224 def test_action_logger_action_size(pylonsapp, test_repo):
225 action = 'x' * 1200001
226 utils.action_logger(TEST_USER_ADMIN_LOGIN, action, test_repo, commit=True)
227
228
229 @pytest.fixture
224 @pytest.fixture
230 def repo_groups(request):
225 def repo_groups(request):
231 session = meta.Session()
226 session = meta.Session()
General Comments 0
You need to be logged in to leave comments. Login now