From ad177146dca7b73025c3e0655d4e660df72a5f1c Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Wed, 27 May 2015 15:40:37 -0400 Subject: [PATCH] Distribcell filter test no longer removes xml files in teardown --- tests/test_filter_distribcell/test_filter_distribcell.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_filter_distribcell/test_filter_distribcell.py b/tests/test_filter_distribcell/test_filter_distribcell.py index b09f2d9f49..3b39af381a 100644 --- a/tests/test_filter_distribcell/test_filter_distribcell.py +++ b/tests/test_filter_distribcell/test_filter_distribcell.py @@ -88,10 +88,6 @@ def test_results(): def teardown(): cwd = os.getcwd() output = glob.glob(cwd + '/statepoint.*') - output.append(cwd + '/geometry.xml') - output.append(cwd + '/materials.xml') - output.append(cwd + '/settings.xml') - output.append(cwd + '/tallies.xml') output.append(cwd + '/results_test.dat') for f in output: if os.path.exists(str(f)):