From 88cb646590c031951cd23b57da00fd72003bc92e Mon Sep 17 00:00:00 2001 From: Tal Leming Date: Tue, 11 Oct 2011 19:31:52 +0000 Subject: [PATCH] Incorrect failure. git-svn-id: http://svn.robofab.com/branches/ufo3k@399 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c --- Lib/ufoLib/test/test_GLIF2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ufoLib/test/test_GLIF2.py b/Lib/ufoLib/test/test_GLIF2.py index cab543711..efce3254b 100644 --- a/Lib/ufoLib/test/test_GLIF2.py +++ b/Lib/ufoLib/test/test_GLIF2.py @@ -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)