Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75730 - trunk/tools/quickbook/test
From: dnljms_at_[hidden]
Date: 2011-11-29 17:15:40


Author: danieljames
Date: 2011-11-29 17:15:39 EST (Tue, 29 Nov 2011)
New Revision: 75730
URL: http://svn.boost.org/trac/boost/changeset/75730

Log:
Quickbook: Fix command line error on windows.

I think it might be a bug that the test was incorrectly failing, but not a
serious one. I'll get back to it later.

Text files modified:
   trunk/tools/quickbook/test/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/quickbook/test/Jamfile.v2
==============================================================================
--- trunk/tools/quickbook/test/Jamfile.v2 (original)
+++ trunk/tools/quickbook/test/Jamfile.v2 2011-11-29 17:15:39 EST (Tue, 29 Nov 2011)
@@ -38,7 +38,7 @@
         <quickbook-test-define>__empty__ ]
     [ quickbook-error-test command_line_macro-1_1-invalid :
         command_line_macro-1_1.quickbook :
- <testing.arg>'-Dsomething[]' ]
+ <testing.arg>-Dsomething[] ]
     [ quickbook-test cond_phrase-1_5 ]
     [ quickbook-test elements-1_5 ]
     [ quickbook-test elements-1_6 ]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk