From dcd1ea48a2c29a3f45042e44ec5627b551f6dc8d Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Fri, 12 Jun 2015 15:17:44 +0200 Subject: [PATCH] Fix commandline test data There was a recent change to the output routines, with a pending commit of other code whose new reference data still used the old output routines. Regenerated that data. Change-Id: Ic25d10b74b70733b8aeb271a293d5580c745ca5d --- .../tests/refdata/CommandLineHelpModuleTest_ExportsHelp.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gromacs/commandline/tests/refdata/CommandLineHelpModuleTest_ExportsHelp.xml b/src/gromacs/commandline/tests/refdata/CommandLineHelpModuleTest_ExportsHelp.xml index 3bed43d174..40c8fb826d 100644 --- a/src/gromacs/commandline/tests/refdata/CommandLineHelpModuleTest_ExportsHelp.xml +++ b/src/gromacs/commandline/tests/refdata/CommandLineHelpModuleTest_ExportsHelp.xml @@ -135,10 +135,10 @@ molecular dynamics simulation suite =================================== Synopsis -------- -:: +.. parsed-literal:: - test [-[no]h] [-[no]quiet] [-[no]version] [-[no]copyright] [-nice ] - [-[no]backup] + test [:strong:`-[no]h`] [:strong:`-[no]quiet`] [:strong:`-[no]version`] [:strong:`-[no]copyright`] [:strong:`-nice` :emphasis:``] + [:strong:`-[no]backup`] Description ----------- -- 2.11.4.GIT