From 1658e5b997111733efb6d21902b5dd0173b2f683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Karaba=29?= Date: Fri, 5 Jun 2015 16:33:53 +0200 Subject: [PATCH] Exclude recursive/ls2003_bayesian_xls.mod from testsuite if Octave version is less than 3.8 (problem for reading xls files). --- tests/recursive/ls2003_bayesian_xls.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/recursive/ls2003_bayesian_xls.mod b/tests/recursive/ls2003_bayesian_xls.mod index c0b048a60..8a6fb7cd2 100644 --- a/tests/recursive/ls2003_bayesian_xls.mod +++ b/tests/recursive/ls2003_bayesian_xls.mod @@ -1,3 +1,7 @@ +if isoctave() && octave_ver_less_than('3.8') + return +end + if ~isoctave() && ~matlab_ver_less_than('8.4') websave('data_ca1_xls.xlsx','http://www.dynare.org/Datasets/data_ca1_xls.xlsx') else