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. d44143d585


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. d44143d5850c8244068fdc2aa6a9a3bc7aa10872
Date: Mon, 03 Aug 2009 21:21:49 +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  d44143d5850c8244068fdc2aa6a9a3bc7aa10872 (commit)
      from  b9fbdcecc5bccd3e9f027201557eaa656194319d (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 d44143d5850c8244068fdc2aa6a9a3bc7aa10872
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Aug 3 23:22:15 2009 +0200

    Clean temporary file used by the test.

diff --git a/myserver/tests/test_file.cpp b/myserver/tests/test_file.cpp
index 1d897e7..14b7da7 100644
--- a/myserver/tests/test_file.cpp
+++ b/myserver/tests/test_file.cpp
@@ -98,6 +98,8 @@ public:
     CPPUNIT_ASSERT_EQUAL (tfile->getSeek (), 1ul);
 
     CPPUNIT_ASSERT_EQUAL (tfile->close (), 0);
+
+    FilesUtility::deleteFile (fname.c_str ());
   }
 
   void testTruncate ()
@@ -127,6 +129,7 @@ public:
 
     CPPUNIT_ASSERT_EQUAL (tfile->getFileSize (), dataLen + dataLen / 2);
 
+    FilesUtility::deleteFile (fname.c_str ());
   }
 
 };

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

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


hooks/post-receive
-- 
GNU MyServer




reply via email to

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