From ca0a8210ab47bc0b25fa84b00bc001f926b99dec Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 8 Oct 2009 04:30:11 +0200 Subject: [PATCH] tests/python/examples/aubionotes.py: do not assume the error is known --- tests/python/examples/aubionotes.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/python/examples/aubionotes.py b/tests/python/examples/aubionotes.py index 6c22a349..5d181507 100644 --- a/tests/python/examples/aubionotes.py +++ b/tests/python/examples/aubionotes.py @@ -28,10 +28,9 @@ class aubionotes_test_case(program_test_case): # and there should be an error message assert len(self.output) > 0 # that looks like this - output_lines = self.output.split('\n') - assert output_lines[0] == "Unable to open input file /dev/null." - #assert output_lines[1] == "Supported file format but file is malformed." - assert output_lines[2] == "Could not open input file /dev/null." + #output_lines = self.output.split('\n') + #for line in output_lines: + # print line mode_names = ["yinfft", "yin", "fcomb", "mcomb", "schmitt"] for name in mode_names: -- 2.26.2