davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=b855a82160875be271f5544bc2877d8f1c95a1e8

commit b855a82160875be271f5544bc2877d8f1c95a1e8
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Fri Aug 17 11:02:15 2018 +0200

    This test now work as expected
---
 tests/ecore/test_10_file_monitor.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/ecore/test_10_file_monitor.py 
b/tests/ecore/test_10_file_monitor.py
index e147da0..f4e528a 100644
--- a/tests/ecore/test_10_file_monitor.py
+++ b/tests/ecore/test_10_file_monitor.py
@@ -80,9 +80,7 @@ class TestFileMonitor(unittest.TestCase):
         self.assertEqual(fm.path, path)
         fm.delete()
 
-        # FIXME: we receive two ECORE_FILE_EVENT_DELETED_SELF, it's wrong
-        # should be [0, 2, 2, 2, 2, 1, 2, 2]
-        self.assertEqual(self.counters, [0, 2, 2, 2, 2, 2, 2, 2])
+        self.assertEqual(self.counters, [0, 2, 2, 2, 2, 1, 2, 2])
 
 
 if __name__ == '__main__':

-- 


Reply via email to