Incorrect failure.
git-svn-id: http://svn.robofab.com/branches/ufo3k@399 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
parent
3721472a50
commit
88cb646590
@ -484,7 +484,7 @@ class TestGLIF1(unittest.TestCase):
|
||||
"""
|
||||
py = """
|
||||
glyph.name = "a"
|
||||
glyph.image = {"fileName" : "test.png"}
|
||||
glyph.image = {"fileName" : "test.png", "xOffset" : 0, "xScale" : 1, "xyScale" : 0, "yOffset" : 0, "yScale" : 1, "yxScale" : 0}
|
||||
"""
|
||||
resultGlif = self.pyToGLIF(py)
|
||||
resultPy = self.glifToPy(glif)
|
||||
|
Loading…
x
Reference in New Issue
Block a user