Explorar o código

Sort ordering of tests

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon %!s(int64=20) %!d(string=hai) anos
pai
achega
27e4010f74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      NPTest.pm

+ 1 - 1
NPTest.pm

@@ -567,7 +567,7 @@ sub TestsFrom
 
   closedir( DIR );
 
-  return @tests;
+  return sort @tests;
 }
 
 # All the new object oriented stuff below