diff options
Diffstat (limited to 'project2/ice/unittests/testClient.cpp')
-rw-r--r-- | project2/ice/unittests/testClient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project2/ice/unittests/testClient.cpp b/project2/ice/unittests/testClient.cpp index 687ba73..3b3c790 100644 --- a/project2/ice/unittests/testClient.cpp +++ b/project2/ice/unittests/testClient.cpp @@ -160,6 +160,7 @@ BOOST_AUTO_TEST_CASE( test_client ) test_client_run(tmpdir); test_client_run(tmpdir); + boost::filesystem::remove_all(tmpdir); } void test_client_run(const boost::filesystem::path & tmpdir) @@ -183,5 +184,6 @@ void test_client_run(const boost::filesystem::path & tmpdir) TestOptionsSource::LoadTestOptions({ }); unloadTests(); + boost::filesystem::remove_all(tmpdir); } |