myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-186-


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-186-g37f99ce
Date: Fri, 23 Apr 2010 20:44:51 +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 "GNU MyServer".

The branch, master has been updated
       via  37f99ceb3c2e10533d58aa60afcbde9ba78bfc5f (commit)
      from  de1e03f67392000d5fa6af46bd8a61e028fe8cee (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 -----------------------------------------------------------------


commit 37f99ceb3c2e10533d58aa60afcbde9ba78bfc5f
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Apr 23 22:45:29 2010 +0200

    Backtrace is returned only if HAVE_BACKTRACE_SYMBOLS is defined

diff --git a/myserver/tests/test_exceptions.cpp 
b/myserver/tests/test_exceptions.cpp
index fa81b09..362ba48 100644
--- a/myserver/tests/test_exceptions.cpp
+++ b/myserver/tests/test_exceptions.cpp
@@ -78,7 +78,9 @@ public:
     catch (AbstractServerException & e)
       {
         char **bt = e.getBacktrace ();
+#ifdef HAVE_BACKTRACE_SYMBOLS
         CPPUNIT_ASSERT (bt);
+#endif
       }
   }
 

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

Summary of changes:
 myserver/tests/test_exceptions.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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