Some tidying up of test Doxygen.
[dcpomatic.git] / test / zipper_test.cc
index 1820f8d0781ef5271e7f29545bd70a5e9c7dc1ec..1ec7ff80b9e74398fd13fc1af533542e3bfb29d2 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 /** @file  test/zipper_test.cc
- *  @brief Tests of Zipper class.
+ *  @brief Test Zipper class.
  *  @ingroup selfcontained
  */
 
@@ -43,7 +43,7 @@ BOOST_AUTO_TEST_CASE (zipper_test1)
 
        boost::filesystem::remove_all ("build/test/zipper_test1", ec);
        int const r = system ("unzip build/test/zipped.zip -d build/test/zipper_test1");
-       BOOST_REQUIRE (r == 0);
+       BOOST_REQUIRE_EQUAL (r, 0);
 
        BOOST_CHECK_EQUAL (dcp::file_to_string("build/test/zipper_test1/foo.txt"), "1234567890");
        BOOST_CHECK_EQUAL (dcp::file_to_string("build/test/zipper_test1/bar.txt"), "xxxxxxCCCCbbbbbbb1");