[Test] Fix file name used for Cython pdep tests

This commit is contained in:
Ray Speth 2013-08-02 23:17:49 +00:00
parent 3fe2cd9bbb
commit ea3ac2fc91

View file

@ -233,14 +233,14 @@ class KineticsRepeatability(utilities.CanteraTest):
self.check_rates_pressure('h2o2.xml')
def test_pdep_composition(self):
self.check_rates_composition('pdep_test.xml')
self.check_rates_composition('pdep-test.xml')
def test_pdep_temperature(self):
self.check_rates_temperature1('pdep_test.xml')
self.check_rates_temperature2('pdep_test.xml')
self.check_rates_temperature1('pdep-test.xml')
self.check_rates_temperature2('pdep-test.xml')
def test_pdep_pressure(self):
self.check_rates_pressure('pdep_test.xml')
self.check_rates_pressure('pdep-test.xml')
class TestEmptyKinetics(utilities.CanteraTest):