[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] wx_test_pdf_create.cpp
From: |
Greg Chicares |
Subject: |
[lmi] wx_test_pdf_create.cpp |
Date: |
Fri, 12 Dec 2014 13:55:46 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
// ERASE THIS BLOCK COMMENT WHEN IMPLEMENTATION COMPLETE. The block
// comment below changes the original specification, and does not
// yet describe the present code. Desired changes:
// - Use "Print to PDF", not "Print preview".
// - Erase the PDF file after verifying that it was created.
/// Test printing an illustration document to PDF.
///
/// Run these commands:
/// File | New | Illustration
/// File | Print to PDF
/// and verify that the PDF file was created; then erase it.
// ERASE THIS BLOCK COMMENT WHEN IMPLEMENTATION COMPLETE. The block
// comment below changes the original specification, and does not
// yet describe the present code. Desired changes:
// - Do not add any cells to the census. Creating a PDF file for
// each of three identical cells takes considerable time and
// accomplishes nothing useful.
/// Test printing a census document to PDF.
///
/// Run these commands:
/// File | New | Census
/// Census | Print case to PDF
/// and verify that two PDF files were created, one for the (single)
/// cell and one for the composite; then erase both files.
///
/// Once other tests have been specified and implemented, we may find
/// that this test is duplicative and consequently remove it.
- [lmi] wx_test_pdf_create.cpp,
Greg Chicares <=