Imported Upstream version 3.1.0
[debian/amanda] / common-src / quoting-test.c
index 1654b0584f670f25547924988c7746ab194674f4..fe848ba624985feefe4758a289db5a17e8ee4aa6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008 Zmanda Inc.  All Rights Reserved.
+ * Copyright (c) 2008,2009 Zmanda, Inc.  All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 as published
@@ -14,7 +14,7 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  *
- * Contact information: Zmanda Inc, 465 N Mathlida Ave, Suite 300
+ * Contact information: Zmanda Inc, 465 S. Mathilda Ave., Suite 300
  * Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
  *
  * Author: Dustin J. Mitchell <dustin@zmanda.com>
@@ -478,13 +478,13 @@ int
 main(int argc, char **argv)
 {
     static TestUtilsTest tests[] = {
-       TU_TEST(test_round_trip, 5),
-       TU_TEST(test_unquote_string, 5),
-       TU_TEST(test_split_quoted_strings, 5),
-       TU_TEST(test_split_quoted_strings_edge, 5),
-       TU_TEST(test_strquotedstr_skipping, 5),
-       TU_TEST(test_strquotedstr_edge_invalid, 5),
-       TU_TEST(test_strquotedstr_edge_valid, 5),
+       TU_TEST(test_round_trip, 90),
+       TU_TEST(test_unquote_string, 90),
+       TU_TEST(test_split_quoted_strings, 90),
+       TU_TEST(test_split_quoted_strings_edge, 90),
+       TU_TEST(test_strquotedstr_skipping, 90),
+       TU_TEST(test_strquotedstr_edge_invalid, 90),
+       TU_TEST(test_strquotedstr_edge_valid, 90),
        TU_END()
     };