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


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1_rc1-1-g5ac1fa5
Date: Mon, 16 Nov 2009 21:26:53 +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  5ac1fa5ac8e7155df31ad8fdb5d3e2288e317a52 (commit)
      from  5275860f57a0dd07542072ee9b3b9f6c68f410e8 (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 5ac1fa5ac8e7155df31ad8fdb5d3e2288e317a52
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Nov 16 22:26:53 2009 +0100

    Fix a compiling issue under Windows.

diff --git a/myserver/tests/test_membuf_file.cpp 
b/myserver/tests/test_membuf_file.cpp
index 922b721..a114847 100644
--- a/myserver/tests/test_membuf_file.cpp
+++ b/myserver/tests/test_membuf_file.cpp
@@ -64,9 +64,9 @@ public:
   void testHandle ()
   {
     Handle handle = (Handle) 1;
-    CPPUNIT_ASSERT_EQUAL (tfile->getHandle (), -1);
+    CPPUNIT_ASSERT_EQUAL (tfile->getHandle (), (Handle)-1);
     CPPUNIT_ASSERT_EQUAL (tfile->setHandle (handle), -1);
-    CPPUNIT_ASSERT_EQUAL (tfile->getHandle (), -1);
+    CPPUNIT_ASSERT_EQUAL (tfile->getHandle (), (Handle)-1);
   }
 
   void testCreateTemporaryMembufFile ()

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

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


hooks/post-receive
-- 
GNU MyServer




reply via email to

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