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. 99eb86ae6e


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 99eb86ae6ecef70bf166d5b7194845124853b01f
Date: Mon, 26 Oct 2009 10:55:29 +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  99eb86ae6ecef70bf166d5b7194845124853b01f (commit)
      from  8ae99cac68bbc1b1f7af9ae61161c09515c596a8 (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 99eb86ae6ecef70bf166d5b7194845124853b01f
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Oct 26 11:55:23 2009 +0100

    Fix broken test case.

diff --git a/myserver/tests/test_read_directory.cpp 
b/myserver/tests/test_read_directory.cpp
index 211e810..37ce4c7 100644
--- a/myserver/tests/test_read_directory.cpp
+++ b/myserver/tests/test_read_directory.cpp
@@ -46,8 +46,8 @@ public:
     while (rd.findnext () != -1 && counter++ < counterMax)
       {
         CPPUNIT_ASSERT (rd.name.length ());
-        CPPUNIT_ASSERT (rd.attrib);
-        CPPUNIT_ASSERT (rd.size);
+        CPPUNIT_ASSERT (rd.attrib >= 0);
+        CPPUNIT_ASSERT (rd.size >= 0);
         CPPUNIT_ASSERT (rd.time_write);
       }
 

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

Summary of changes:
 myserver/tests/test_read_directory.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]