lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 0c75401 5/5: Remove an implicit reference to


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0c75401 5/5: Remove an implicit reference to apache fop
Date: Fri, 12 Oct 2018 13:47:24 -0400 (EDT)

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

    Remove an implicit reference to apache fop
---
 wx_test_pdf_create.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/wx_test_pdf_create.cpp b/wx_test_pdf_create.cpp
index 0329330..e9b25b6 100644
--- a/wx_test_pdf_create.cpp
+++ b/wx_test_pdf_create.cpp
@@ -46,8 +46,8 @@ std::string get_current_document_name()
     return doc->GetUserReadableName().ToStdString();
 }
 
-// Return the suffix used for the FO files created by printing the census.
-std::string fo_suffix(int n)
+// Return the suffix used for files created by printing the census.
+std::string serial_suffix(int n)
 {
     return wxString::Format(".%09d", n).ToStdString();
 }
@@ -132,10 +132,10 @@ LMI_WX_TEST_CASE(pdf_census)
     std::string const name = get_current_document_name();
 
     output_pdf_existence_checker
-        composite_pdf(name + ".composite" + fo_suffix(0));
+        composite_pdf(name + ".composite" + serial_suffix(0));
 
     output_pdf_existence_checker
-        cell_pdf(name + fo_suffix(1));
+        cell_pdf(name + serial_suffix(1));
 
     // Print the census to PDF.
     wxUIActionSimulator ui;



reply via email to

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