Skip to content

Commit b0635be

Browse files
norbertwgkmilos
authored andcommitted
fix error Ubuntu and MacOS;
optimise regex and remove duplicate call of ImageFactory
1 parent 492d860 commit b0635be

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/bash_tests/test_rename.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
from system_tests import CaseMeta, CopyFiles, CopyTmpFiles, DeleteFiles, path, FileDecoratorBase
3+
from system_tests import CaseMeta, CopyFiles, CopyTmpFiles, DeleteFiles, path
44

55
###########################################################
66
# rename with different formats
@@ -179,9 +179,3 @@ class Rename_NoExifData(metaclass=CaseMeta):
179179
"""]
180180
retval = [0, 253]
181181

182-
# ###########################################################
183-
# # rename error: unbalanced colon
184-
# ###########################################################
185-
186-
187-

0 commit comments

Comments
 (0)