/[Apache-SVN]/spamassassin/trunk/t/rule_names.t
ViewVC logotype

Diff of /spamassassin/trunk/t/rule_names.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/t/rule_names.t	2005/08/11 23:13:46	231542
+++ spamassassin/trunk/t/rule_names.t	2005/08/12 00:05:36	231543
@@ -86,9 +86,15 @@ Content-Type: text/plain; charset=us-asc
 Content-Transfer-Encoding: 7bit
 
 EOF
-    print MAIL join("\n", @tests) . "\n\n";
+
     # we are looking for random failures, but we do a deterministic
-    # test to prevent too much frustration with "make test"
+    # test to prevent too much frustration with "make test".
+
+    # start off sorted
+    @tests = sort @tests;
+
+    print MAIL join("\n", @tests) . "\n\n";
+
     # 25 iterations gets most hits most of the time, but 10 is large enough
     for (1..10) {
       print MAIL join("\n", sha1_shuffle($_, @tests)) . "\n\n";

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26