summaryrefslogtreecommitdiff
path: root/srclib/apr-util/test/abts_tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'srclib/apr-util/test/abts_tests.h')
-rw-r--r--srclib/apr-util/test/abts_tests.h21
1 files changed, 14 insertions, 7 deletions
diff --git a/srclib/apr-util/test/abts_tests.h b/srclib/apr-util/test/abts_tests.h
index b137ce58..ca157bbb 100644
--- a/srclib/apr-util/test/abts_tests.h
+++ b/srclib/apr-util/test/abts_tests.h
@@ -1,9 +1,9 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
@@ -31,7 +31,14 @@ const struct testlist {
{testmd4},
{testmd5},
{testldap},
- {testdbd}
+ {testdbd},
+ {testdate},
+ {testxml},
+ {testxlate},
+ {testrmm},
+ {testdbm},
+ {testqueue},
+ {testreslist}
};
#endif /* APR_TEST_INCLUDES */