lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6124] Run only with '--distribution' flag


From: Greg Chicares
Subject: [lmi-commits] [6124] Run only with '--distribution' flag
Date: Sun, 08 Mar 2015 19:18:17 +0000

Revision: 6124
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6124
Author:   chicares
Date:     2015-03-08 19:18:16 +0000 (Sun, 08 Mar 2015)
Log Message:
-----------
Run only with '--distribution' flag

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-03-08 19:08:18 UTC (rev 6123)
+++ lmi/trunk/ChangeLog 2015-03-08 19:18:16 UTC (rev 6124)
@@ -35755,3 +35755,9 @@
 Implement rectified test specification. See:
   http://lists.nongnu.org/archive/html/lmi/2015-03/msg00007.html
 
+20150308T1918Z <address@hidden> [516]
+
+  wx_test_default_update.cpp
+Run only with '--distribution' flag. See:
+  http://lists.nongnu.org/archive/html/lmi/2015-03/msg00007.html
+

Modified: lmi/trunk/wx_test_default_update.cpp
===================================================================
--- lmi/trunk/wx_test_default_update.cpp        2015-03-08 19:08:18 UTC (rev 
6123)
+++ lmi/trunk/wx_test_default_update.cpp        2015-03-08 19:18:16 UTC (rev 
6124)
@@ -43,6 +43,8 @@
 
 /// Make sure the default input file can be opened, modified, and saved.
 ///
+/// Run this test only if the '--distribution' option is given.
+///
 /// Load the default input file, using its special command.
 ///
 /// Change its "DateOfBirth" option. This particular option is used because it
@@ -55,6 +57,8 @@
 
 LMI_WX_TEST_CASE(default_update)
 {
+    skip_if_not_distribution();
+
     wxUIActionSimulator ui;
 
     ui.Char('t', wxMOD_CONTROL); // "File|Default"




reply via email to

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