gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1816-g69306c7
Date: Thu, 05 Dec 2013 14:28:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  69306c72b930f0493d557f3b869728cfd49dd9fb (commit)
      from  62d4a18cb76ca7de83ba7d13c0afefd95d015f13 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=69306c72b930f0493d557f3b869728cfd49dd9fb


commit 69306c72b930f0493d557f3b869728cfd49dd9fb
Author: Gabriele Giacone <address@hidden>
Date:   Thu Dec 5 15:14:30 2013 +0100

    Fix testsuite typos.
    
    Caught by http://jwilk.net/blog/20131204-a-za-z-a-za-z

diff --git a/cygnal/testsuite/libnet.all/test_http.cpp 
b/cygnal/testsuite/libnet.all/test_http.cpp
index b6a7d29..1735269 100644
--- a/cygnal/testsuite/libnet.all/test_http.cpp
+++ b/cygnal/testsuite/libnet.all/test_http.cpp
@@ -151,7 +151,7 @@ tests()
     const char *data = "Keep-Alive";
     http.formatConnection(data);
 //    cerr << "FIXME: " << http.getHeader() << endl;
-    regcomp (&regex_pat, "Connection: [A-za-z-]*",
+    regcomp (&regex_pat, "Connection: [A-Za-z-]*",
              REG_NOSUB|REG_NEWLINE);
     if (regexec (&regex_pat, reinterpret_cast<const char*>(http.getHeader()), 
0, (regmatch_t *)0, 0)) {
         runtest.fail ("HTTP::formatConnection()");
@@ -179,7 +179,7 @@ tests()
     data = "localhost:4080";
     http.formatHost(data);
 //    cerr << "FIXME: " << http.getHeader() << endl;
-    regcomp (&regex_pat, "Host: [A-za-z-]*:[0-9]*.*$",
+    regcomp (&regex_pat, "Host: [A-Za-z-]*:[0-9]*.*$",
              REG_NOSUB|REG_NEWLINE);
     if (regexec (&regex_pat, reinterpret_cast<const char*>(http.getHeader()), 
0, (regmatch_t *)0, 0)) {
         runtest.fail ("HTTP::formatHost()");

-----------------------------------------------------------------------

Summary of changes:
 cygnal/testsuite/libnet.all/test_http.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]