diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-29 00:28:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-29 00:28:51 +0100 |
| commit | b1ad58ce47cecdec6ad4bf8233bc073991cc3cbb (patch) | |
| tree | 23dbecb5fe9b8c27af7b816842e212a09c4521c8 /test/client_server_test.cc | |
| parent | 7f2e74604a51b984e4c8cbb5d5f4bb642677ec00 (diff) | |
Some doc fixes.
Diffstat (limited to 'test/client_server_test.cc')
| -rw-r--r-- | test/client_server_test.cc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/client_server_test.cc b/test/client_server_test.cc index 54bbd520f..3faf3e74c 100644 --- a/test/client_server_test.cc +++ b/test/client_server_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,14 @@ */ +/** @file test/client_server_test.cc + * @brief Test the server class. + * + * Create a test image and then encode it using the standard mechanism + * and also using a Server object running on localhost. Compare the resulting + * encoded data to check that they are the same. + */ + #include <boost/test/unit_test.hpp> #include <boost/thread.hpp> #include "lib/server.h" |
