lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6058] Correct a specification error


From: Greg Chicares
Subject: [lmi-commits] [6058] Correct a specification error
Date: Wed, 10 Dec 2014 15:28:26 +0000

Revision: 6058
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6058
Author:   chicares
Date:     2014-12-10 15:28:26 +0000 (Wed, 10 Dec 2014)
Log Message:
-----------
Correct a specification error

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-12-10 15:25:29 UTC (rev 6057)
+++ lmi/trunk/ChangeLog 2014-12-10 15:28:26 UTC (rev 6058)
@@ -34785,6 +34785,22 @@
   wx_test_extract.cpp
   wx_test_input_sequences.cpp
   wx_test_validate_output.cpp
-Mark lines needing '--gui_test_path'.
+Mark lines needing '--gui_test_path'. See:
   http://lists.nongnu.org/archive/html/lmi/2014-12/msg00002.html
 
+20141210T1521Z <address@hidden> [516]
+
+  wx_test_input_validation.cpp
+Mark another line needing '--gui_test_path'. See:
+  http://lists.nongnu.org/archive/html/lmi/2014-12/msg00040.html
+
+20141210T1525Z <address@hidden> [516]
+
+  wx_test_config_settings.cpp
+Test the exact 'fop' command actually used in distributions.
+
+20141210T1528Z <address@hidden> [516]
+
+  wx_test_config_settings.cpp
+Correct a specification error.
+

Modified: lmi/trunk/wx_test_config_settings.cpp
===================================================================
--- lmi/trunk/wx_test_config_settings.cpp       2014-12-10 15:25:29 UTC (rev 
6057)
+++ lmi/trunk/wx_test_config_settings.cpp       2014-12-10 15:28:26 UTC (rev 
6058)
@@ -58,7 +58,7 @@
           <skin_filename>skin_group_carveout2.xrc</skin_filename>
           
<default_input_filename>c:/fop-0.20.5/group_carveout_default.ill</default_input_filename>
 
-          <skin_filename>reg_d.xrc</skin_filename>
+          <skin_filename>skin_reg_d.xrc</skin_filename>
           
<default_input_filename>c:/fop-0.20.5/private_placement_default.ill</default_input_filename>
 
     The only change is that the xsl_fo_command is checked to contain the 
volume,
@@ -78,7 +78,7 @@
         (  "skin_coli_boli.xrc" == skin
         || "skin_group_carveout.xrc" == skin
         || "skin_group_carveout2.xrc" == skin
-        || "reg_d.xrc" == skin
+        || "skin_reg_d.xrc" == skin
         ,"unknown skin " << skin
         );
     if ("skin_coli_boli.xrc" == skin)
@@ -93,7 +93,7 @@
         {
         LMI_ASSERT_EQUAL(default_input, 
"c:/fop-0.20.5/group_carveout_default.ill");
         }
-    if ("reg_d.xrc" == skin)
+    if ("skin_reg_d.xrc" == skin)
         {
         LMI_ASSERT_EQUAL(default_input, 
"c:/fop-0.20.5/private_placement_default.ill");
         }




reply via email to

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