浏览代码

Correction

prieto 8 年前
父节点
当前提交
3dc064f98b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      tests/editorial_model/test_translator_xmlfile.py

+ 1
- 1
tests/editorial_model/test_translator_xmlfile.py 查看文件

@@ -211,4 +211,4 @@ class XmlFileTestCase(unittest.TestCase):
211 211
         emmodel_loaded = xmlfile.load(self.tmpfile)
212 212
         emmodel_loaded.save(xmlfile, filename = 'empick2.xml')
213 213
         #self.assertEqual(   emmodel.d_hash(),
214
-                            emmodel_loaded.d_hash())
214
+                           # emmodel_loaded.d_hash())

正在加载...
取消
保存