From b1ad58ce47cecdec6ad4bf8233bc073991cc3cbb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 29 Apr 2014 00:28:51 +0100 Subject: Some doc fixes. --- test/client_server_test.cc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'test/client_server_test.cc') 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 + Copyright (C) 2012-2014 Carl Hetherington 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 #include #include "lib/server.h" -- cgit v1.2.3