More flake fixes.
This commit is contained in:
parent
798eb299e5
commit
cebd259a78
2 changed files with 4 additions and 4 deletions
|
|
@ -2217,7 +2217,7 @@ class AttrToStyle(unittest.TestCase):
|
|||
|
||||
def runTest(self):
|
||||
doc = scourXmlFile('unittests/attr-to-style.svg',
|
||||
parse_args(['--style=inline']))
|
||||
parse_args(['--style=inline']))
|
||||
line = doc.getElementsByTagName('line')[0]
|
||||
self.assertEqual(line.getAttribute('stroke'), '')
|
||||
self.assertEqual(line.getAttribute('marker-start'), '')
|
||||
|
|
@ -2237,7 +2237,7 @@ class StylePreserve(unittest.TestCase):
|
|||
|
||||
def runTest(self):
|
||||
doc = scourXmlFile('unittests/attr-to-style.svg',
|
||||
parse_args(['--style=preserve']))
|
||||
parse_args(['--style=preserve']))
|
||||
|
||||
# First line uses attributes.
|
||||
line = doc.getElementsByTagName('line')[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue