You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/19 01:42:22 UTC

svn commit: r586182 - /apr/apr-util/branches/1.2.x/test/abts_tests.h

Author: wrowe
Date: Thu Oct 18 16:42:15 2007
New Revision: 586182

URL: http://svn.apache.org/viewvc?rev=586182&view=rev
Log:
Slow tests, please move yourselves to the back of the line?  Thank you.

Modified:
    apr/apr-util/branches/1.2.x/test/abts_tests.h

Modified: apr/apr-util/branches/1.2.x/test/abts_tests.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/test/abts_tests.h?rev=586182&r1=586181&r2=586182&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/test/abts_tests.h (original)
+++ apr/apr-util/branches/1.2.x/test/abts_tests.h Thu Oct 18 16:42:15 2007
@@ -33,12 +33,12 @@
     {testldap},
     {testdbd},
     {testdate},
-    {testreslist},
-    {testqueue},
     {testxml},
     {testxlate},
     {testrmm},
-    {testdbm}
+    {testdbm},
+    {testqueue},
+    {testreslist}
 };
 
 #endif /* APR_TEST_INCLUDES */