>From 3b3635acb7f7ed70ed1c95a30bd0c502751e45f2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 4 Mar 2015 14:06:43 +0100 Subject: [PATCH 2/2] Only run the default update test with --distribution option. Conform to the updated specification. --- wx_test_default_update.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wx_test_default_update.cpp b/wx_test_default_update.cpp index 16c66fd..8a5fdce 100644 --- a/wx_test_default_update.cpp +++ b/wx_test_default_update.cpp @@ -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" -- 2.1.0