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. v0.9.2-280


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-280-g886b931
Date: Fri, 06 Aug 2010 15:43: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 "GNU MyServer".

The branch, master has been updated
       via  886b9317e5afc566d4d16d0566f1a8e0d4e08aef (commit)
      from  3624b0a11510ca0c35739b27a91b1542cb8bf09b (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 886b9317e5afc566d4d16d0566f1a8e0d4e08aef
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Aug 6 17:43:25 2010 +0200

    Do not test missing method.

diff --git a/myserver/tests/test_cached_file_factory.cpp 
b/myserver/tests/test_cached_file_factory.cpp
index 6e56dc7..aaeb456 100644
--- a/myserver/tests/test_cached_file_factory.cpp
+++ b/myserver/tests/test_cached_file_factory.cpp
@@ -55,7 +55,6 @@ public:
     cff->initialize (20);
 
     CPPUNIT_ASSERT_EQUAL (cff->getSize (), 20ul);
-    CPPUNIT_ASSERT_EQUAL (cff->getUsed (), 0ul);
     CPPUNIT_ASSERT_EQUAL (cff->getUsedSize (), 0ul);
     CPPUNIT_ASSERT_EQUAL (cff->getMaxSize (), 0ul);
     CPPUNIT_ASSERT_EQUAL (cff->getMinSize (), 0ul);

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

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


hooks/post-receive
-- 
GNU MyServer



reply via email to

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