lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d4a16a4 1/3: Clarify unit-test documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d4a16a4 1/3: Clarify unit-test documentation
Date: Sun, 9 Sep 2018 14:55:09 -0400 (EDT)

branch: master
commit d4a16a4101ffc7c10a40e9c1ad221464b063feaa
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Clarify unit-test documentation
---
 report_table_test.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/report_table_test.cpp b/report_table_test.cpp
index 0586abc..63f44eb 100644
--- a/report_table_test.cpp
+++ b/report_table_test.cpp
@@ -557,11 +557,11 @@ void report_table_test::test_paginator()
 
     std::cout << "Last page: one full group" << std::endl;
     std::cout << paginate(6, 2, 7) << std::endl;
-    std::cout << "Last page: one full and one partial group " << std::endl;
+    std::cout << "Last page: one full group and one partial" << std::endl;
     std::cout << paginate(7, 2, 7) << std::endl;
-    std::cout << "Last page: full" << std::endl;
+    std::cout << "Last page: full page" << std::endl;
     std::cout << paginate(8, 2, 7) << std::endl;
-    std::cout << "Last page: full, plus an antiwidowed partial group" << 
std::endl;
+    std::cout << "Last page: full page, plus an antiwidowed partial group" << 
std::endl;
     std::cout << paginate(9, 2, 7) << std::endl;
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]