Browse Source

Correction

prieto 8 years ago
parent
commit
3dc064f98b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/editorial_model/test_translator_xmlfile.py

+ 1
- 1
tests/editorial_model/test_translator_xmlfile.py View File

@@ -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())

Loading…
Cancel
Save