From 1e2a9f23a3bdd194fd803eaad947e42dcd287964 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Fri, 28 Jun 2019 09:59:09 -0400 Subject: [PATCH] [Test] Avoid using path in source tree in tests The relative path that is eliminated here relied on being in the source directory structure, breaking tests of the installed Cython interface --- test/data/ideal-gas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/ideal-gas.yaml b/test/data/ideal-gas.yaml index 6105935d4..ee83a98d6 100644 --- a/test/data/ideal-gas.yaml +++ b/test/data/ideal-gas.yaml @@ -33,7 +33,7 @@ phases: thermo: ideal-gas species: - species: [O2, N2] - - ../../test/data/test_subdir/species-elements.yaml/species: [NO2, N2O] + - test_subdir/species-elements.yaml/species: [NO2, N2O] state: {T: 300.0, P: 1 atm, X: "N2O:0.3, O2:0.7"} - name: species-all