Skip to content
Snippets Groups Projects
Commit 1f3fca7b authored by Martin Nilsson's avatar Martin Nilsson
Browse files

process_files is not supposed to be run.

Rev: lib/modules/Tools.pmod/testsuite.in:1.28
parent 28b72d4e
No related branches found
No related tags found
No related merge requests found
START_MARKER START_MARKER
// $Id: testsuite.in,v 1.27 2008/06/19 22:11:04 nilsson Exp $ // $Id: testsuite.in,v 1.28 2008/06/28 16:32:05 nilsson Exp $
// Tools.Hilfe // Tools.Hilfe
define(test_hilfe_setup_low,[[test_do([[ define(test_hilfe_setup_low,[[test_do([[
...@@ -216,7 +216,7 @@ test_true([[ stringp( Tools.Legal.License.get_text() ) ]]) ...@@ -216,7 +216,7 @@ test_true([[ stringp( Tools.Legal.License.get_text() ) ]])
test_any([[ test_any([[
int ret=1; int ret=1;
foreach(indices(Tools.Standalone);; string name) foreach(indices(Tools.Standalone);; string name)
if( programp(Tools.Standalone[name]) && if( name!="process_files" && programp(Tools.Standalone[name]) &&
!stringp(Tools.Standalone[name]()->description) ) !stringp(Tools.Standalone[name]()->description) )
{ {
ret=0; ret=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment