changeset 12465:fa2f4f938787 octave-forge

Add tests for gnumeric
author prnienhuis
date Thu, 01 May 2014 20:44:07 +0000
parents d1019405c9ec
children 29949c44b208
files main/io/inst/test_spsh.m
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/test_spsh.m	Thu May 01 20:43:49 2014 +0000
+++ b/main/io/inst/test_spsh.m	Thu May 01 20:44:07 2014 +0000
@@ -36,7 +36,8 @@
 ## 2013-12-20 Updated texinfo header & copyright strings
 ##     ''     Added OCT interface tests conditional of writing interfaces
 ## 2013-12-31 Extended texinfo help text
-## 2014-04-25 Write support for OCT
+## 2014-04-25 Write support for OCT
+## 2014-01-05 Add tests for gnumeric
 
 function [] = test_spsh (numb = [])
 
@@ -130,6 +131,9 @@
   ## Test OCT interface if possible
   io_ods_testscript ("OCT", "io-test.ods");
 
+  ## Test OCT interface for gnumeric
+  io_ods_testscript ("OCT", "io-test.gnumeric");
+
   printf ("End of test_spsh\n");
 
 endfunction