From dd9917cacc28422166877ba7618896b9b386a188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 4 Feb 2019 08:46:26 +0100 Subject: [PATCH] - Improved unittest description --- src/Unittests/unittests_read_write_PLY.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unittests/unittests_read_write_PLY.cc b/src/Unittests/unittests_read_write_PLY.cc index df48c515..d428ec12 100644 --- a/src/Unittests/unittests_read_write_PLY.cc +++ b/src/Unittests/unittests_read_write_PLY.cc @@ -82,7 +82,7 @@ TEST_F(OpenMeshReadWritePLY, LoadSimplePLY) { } /* - * Just load a ply + * Load a ply ascii file without a newline at the end of the file */ TEST_F(OpenMeshReadWritePLY, LoadSimplePLYNoEndl) {