From 0a4bb217e33bc781d505a33f4e354e0a1097f093 Mon Sep 17 00:00:00 2001 From: John Evans Date: Sat, 10 May 2014 16:02:35 -0400 Subject: [PATCH] Removed two tests that we chose not to run because of stderr issues. They produce too much output on stderr, it would make interpreting test results difficult. --- glymur/test/test_opj_suite.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/glymur/test/test_opj_suite.py b/glymur/test/test_opj_suite.py index c8dbad4..88669ce 100644 --- a/glymur/test/test_opj_suite.py +++ b/glymur/test/test_opj_suite.py @@ -299,19 +299,6 @@ class TestSuite(unittest.TestCase): jp2.read() self.assertTrue(True) - @unittest.skip("fprintf stderr output in r2343.") - def test_NR_DEC_123_j2c_3_decode(self): - jfile = opj_data_file('input/nonregression/123.j2c') - jp2 = Jp2k(jfile) - jp2.read() - self.assertTrue(True) - - @unittest.skip("fprintf stderr output in r2343.") - def test_NR_DEC_bug_j2c_8_decode(self): - jfile = opj_data_file('input/nonregression/bug.j2c') - Jp2k(jfile).read() - self.assertTrue(True) - def test_NR_DEC_buxI_j2k_9_decode(self): jfile = opj_data_file('input/nonregression/buxI.j2k') Jp2k(jfile).read()