-
- Downloads
Testsuite: use XLSX for Octave and MATLAB ≥ R2012a, and XLS for MATLAB < R2012a
In 98bdf765, all XLSX files were removed in favour of XLS, for compatibility with MATLAB R2009b. But this broke the very same tests under Octave, since XLS support is not very good there. This commit implements a solution that works everywhere, by using XLSX whenever possible, and XLS otherwise.
Showing
- tests/Makefile.am 3 additions, 0 deletionstests/Makefile.am
- tests/data/mod1a.mod 4 additions, 0 deletionstests/data/mod1a.mod
- tests/data/test.xlsx 0 additions, 0 deletionstests/data/test.xlsx
- tests/dates/data_uav.xlsx 0 additions, 0 deletionstests/dates/data_uav.xlsx
- tests/dates/dseries_interact.mod 10 additions, 2 deletionstests/dates/dseries_interact.mod
- tests/recursive/data_ca1_xls.xlsx 0 additions, 0 deletionstests/recursive/data_ca1_xls.xlsx
- tests/recursive/ls2003_bayesian_xls.mod 5 additions, 1 deletiontests/recursive/ls2003_bayesian_xls.mod
tests/data/test.xlsx
0 → 100644
File added
tests/dates/data_uav.xlsx
0 → 100644
File added
tests/recursive/data_ca1_xls.xlsx
0 → 100644
File added
Please register or sign in to comment