From 84bffad3fc8f3a8e2a6290de522356b5a7ab061e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 24 Jul 2012 15:30:52 +1200 Subject: Fix flow read unit test to accomodate more tolerant dumpfile parsing. --- test/test_dump.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/test_dump.py b/test/test_dump.py index 5e2fcdc4..884a5b64 100644 --- a/test/test_dump.py +++ b/test/test_dump.py @@ -82,10 +82,8 @@ class TestDumpMaster: 0, None, "", verbosity=1, rfile="/nonexistent" ) - libpry.raises( - dump.DumpError, self._dummy_cycle, - 0, None, "", verbosity=1, rfile=tutils.test_data.path("test_dump.py") - ) + # We now just ignore errors + self._dummy_cycle(0, None, "", verbosity=1, rfile=tutils.test_data.path("test_dump.py")) def test_options(self): o = dump.Options(verbosity = 2) -- cgit v1.2.3