lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6055] Mark lines needing '--gui_test_path'


From: Greg Chicares
Subject: [lmi-commits] [6055] Mark lines needing '--gui_test_path'
Date: Wed, 10 Dec 2014 12:36:13 +0000

Revision: 6055
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6055
Author:   chicares
Date:     2014-12-10 12:36:11 +0000 (Wed, 10 Dec 2014)
Log Message:
-----------
Mark lines needing '--gui_test_path'

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-12-08 00:49:09 UTC (rev 6054)
+++ lmi/trunk/ChangeLog 2014-12-10 12:36:11 UTC (rev 6055)
@@ -34780,3 +34780,11 @@
 Implement rectified test specification. See:
   http://lists.nongnu.org/archive/html/lmi/2014-12/msg00038.html
 
+20141210T1236Z <address@hidden> [516]
+
+  wx_test_extract.cpp
+  wx_test_input_sequences.cpp
+  wx_test_validate_output.cpp
+Mark lines needing '--gui_test_path'.
+  http://lists.nongnu.org/archive/html/lmi/2014-12/msg00002.html
+

Modified: lmi/trunk/wx_test_extract.cpp
===================================================================
--- lmi/trunk/wx_test_extract.cpp       2014-12-08 00:49:09 UTC (rev 6054)
+++ lmi/trunk/wx_test_extract.cpp       2014-12-10 12:36:11 UTC (rev 6055)
@@ -65,7 +65,7 @@
     wxUIActionSimulator ui;
     ui.Char('o', wxMOD_CONTROL);    // "File|Open"
 
-    wxFileName fn(configurable_settings::instance().default_input_filename());
+    wxFileName fn(configurable_settings::instance().default_input_filename()); 
// Instead use '--gui_test_path'.
     fn.SetFullName("ExtractV6.ill");
     wxTEST_DIALOG
         (wxYield()

Modified: lmi/trunk/wx_test_input_sequences.cpp
===================================================================
--- lmi/trunk/wx_test_input_sequences.cpp       2014-12-08 00:49:09 UTC (rev 
6054)
+++ lmi/trunk/wx_test_input_sequences.cpp       2014-12-10 12:36:11 UTC (rev 
6055)
@@ -50,7 +50,7 @@
 {
     // Construct the path of the file to open, it's supposed to be in the same
     // directory as the default input filename.
-    wxFileName fn(configurable_settings::instance().default_input_filename());
+    wxFileName fn(configurable_settings::instance().default_input_filename()); 
// Instead use '--gui_test_path'.
     fn.SetFullName("InputSequences.cns");
 
     wxUIActionSimulator ui;

Modified: lmi/trunk/wx_test_validate_output.cpp
===================================================================
--- lmi/trunk/wx_test_validate_output.cpp       2014-12-08 00:49:09 UTC (rev 
6054)
+++ lmi/trunk/wx_test_validate_output.cpp       2014-12-10 12:36:11 UTC (rev 
6055)
@@ -167,7 +167,7 @@
     output_file_existence_checker
         existing_trace("MonthlyTrace.monthly_trace" + ext);
 
-    wxFileName fn(configurable_settings::instance().default_input_filename());
+    wxFileName fn(configurable_settings::instance().default_input_filename()); 
// Instead use '--gui_test_path'.
     fn.SetFullName("MonthlyTrace.ill");
 
     ui.Char('o', wxMOD_CONTROL);    // "File|Open"
@@ -211,7 +211,7 @@
     // And when opening an existing one.
     output_file_existence_checker existing_output("MecTesting.mec" + ext);
 
-    wxFileName fn(configurable_settings::instance().default_input_filename());
+    wxFileName fn(configurable_settings::instance().default_input_filename()); 
// Instead use '--gui_test_path'.
     fn.SetFullName("MecTesting.mec");
 
     ui.Char('o', wxMOD_CONTROL);    // "File|Open"




reply via email to

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