From d910af2e0fdee4e2ae1c81bdf99c89943f1e3e20 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 22 Feb 2012 00:17:46 +0000 Subject: [PATCH] Fixed python-diamond test that was failing because of an incorrect path --- test_problems/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/SConscript b/test_problems/SConscript index c24d6d6f1..df9d94817 100644 --- a/test_problems/SConscript +++ b/test_problems/SConscript @@ -278,7 +278,7 @@ CompileAndTest('VPsilane_test', 'VPsilane_test', 'VPsilane_test', 'output_blesse # Python Tests if localenv['python_package'] == 'full': Test('python-diamond', 'python', '$python_cmd', None, - options='../../Cantera/python/examples/surface_chemistry/diamond_cvd/diamond.py', + options='../../samples/python/surface_chemistry/diamond_cvd/diamond.py', comparisons=[('diamond_blessed.csv', 'diamond.csv')], artifacts=['diamond.xml']) Test('python-frac', 'python', '$python_cmd', 'frac_blessed.out',