From c2a04ab777b2659433cbf7f0c4de01a9ac9b1ba9 Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Sun, 3 Aug 2014 00:22:49 +0100 Subject: [PATCH] Add new example to runall --- Examples/runall.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/runall.php b/Examples/runall.php index 395e83e2..c65727eb 100644 --- a/Examples/runall.php +++ b/Examples/runall.php @@ -97,6 +97,7 @@ $aTests = array( , '36chartreadwritePDF.php' , '37page_layout_view.php' , '38cloneWorksheet.php' + , '39dropdown.php' , '40duplicateStyle.php' , 'OOCalcReader.php' , 'OOCalcReaderPCLZip.php' @@ -106,7 +107,7 @@ $aTests = array( , 'GnumericReader.php' ); -// First, clear all results +// First, clear all previous run results foreach ($aTests as $sTest) { @unlink( str_replace('.php', '.xls', $sTest) ); @unlink( str_replace('.php', '.xlsx', $sTest) );