lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6119] Clean up a leftover output file


From: Greg Chicares
Subject: [lmi-commits] [6119] Clean up a leftover output file
Date: Sun, 01 Mar 2015 23:43:30 +0000

Revision: 6119
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6119
Author:   chicares
Date:     2015-03-01 23:43:29 +0000 (Sun, 01 Mar 2015)
Log Message:
-----------
Clean up a leftover output file

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/wx_test_validate_output.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-03-01 23:40:20 UTC (rev 6118)
+++ lmi/trunk/ChangeLog 2015-03-01 23:43:29 UTC (rev 6119)
@@ -35728,3 +35728,9 @@
 Add remaining census-output tests. See:
   http://lists.nongnu.org/archive/html/lmi/2015-02/msg00012.html
 
+20150301T2343Z <address@hidden> [516]
+
+  wx_test_validate_output.cpp
+Clean up a leftover output file. See:
+  http://lists.nongnu.org/archive/html/lmi/2015-02/msg00012.html
+

Modified: lmi/trunk/wx_test_validate_output.cpp
===================================================================
--- lmi/trunk/wx_test_validate_output.cpp       2015-03-01 23:40:20 UTC (rev 
6118)
+++ lmi/trunk/wx_test_validate_output.cpp       2015-03-01 23:43:29 UTC (rev 
6119)
@@ -586,6 +586,11 @@
     // Test creation of the output file when opening a new MEC testing 
document.
     output_file_existence_checker unnamed_output("unnamed.mec" + tsv_ext());
 
+    // We don't really care about this file existence, but it is created as a
+    // side effect of running this test and we want to ensure it isn't left
+    // over and just creating this object satisfies this requirement.
+    output_file_existence_checker unnamed_xml("unnamed.mec.xml");
+
     wxUIActionSimulator ui;
     ui.Char('n', wxMOD_CONTROL);    // "File|New"
     ui.Char('m');                   // "MEC testing"




reply via email to

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