]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge remote-tracking branch 'origin/maint-0.2.2'
authorNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 16:20:56 +0000 (12:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 16:20:56 +0000 (12:20 -0400)
1  2 
src/common/util.c
src/test/test_util.c

Simple merge
index d9fc6a33c581062f4738754fe44ea9d5357f38ed,f9a83a38a5895cc9e3403510a7bd5c944c985e4c..99c55445085173e668650bdec10cdcedb69f9ad0
@@@ -2921,13 -1384,8 +2991,14 @@@ test_util_set_env_var_in_sl(void *ptr
  
  struct testcase_t util_tests[] = {
    UTIL_LEGACY(time),
+   UTIL_TEST(parse_http_time, 0),
    UTIL_LEGACY(config_line),
 +  UTIL_LEGACY(config_line_quotes),
 +  UTIL_LEGACY(config_line_comment_character),
 +  UTIL_LEGACY(config_line_escaped_content),
 +#ifndef _WIN32
 +  UTIL_LEGACY(expand_filename),
 +#endif
    UTIL_LEGACY(strmisc),
    UTIL_LEGACY(pow2),
    UTIL_LEGACY(gzip),