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-191-


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-191-gaf1d954
Date: Mon, 26 Apr 2010 08:43:20 +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  af1d954f8762ad8d998073e623cc8fdbe9ee3549 (commit)
      from  9cb5674a5d98bf1243c89222ca375cbf42ce31b1 (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 af1d954f8762ad8d998073e623cc8fdbe9ee3549
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Apr 26 10:43:23 2010 +0200

    Ensure the same type is used in the comparison

diff --git a/myserver/tests/test_validator.cpp 
b/myserver/tests/test_validator.cpp
index b535f7c..2c5d187 100644
--- a/myserver/tests/test_validator.cpp
+++ b/myserver/tests/test_validator.cpp
@@ -65,7 +65,7 @@ public:
     string val ("value");
     SecurityToken secToken;
     CPPUNIT_ASSERT_EQUAL (validator->getPermissionMaskImpl (&secToken, NULL,
-                                                            NULL), NULL);
+                                                            NULL), 0);
 
   }
 

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

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


hooks/post-receive
-- 
GNU MyServer




reply via email to

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