Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60829 - in trunk/libs/wave/test/testwave: . testfiles
From: hartmut.kaiser_at_[hidden]
Date: 2010-03-25 13:41:30


Author: hkaiser
Date: 2010-03-25 13:41:29 EDT (Thu, 25 Mar 2010)
New Revision: 60829
URL: http://svn.boost.org/trac/boost/changeset/60829

Log:
Wave: adjusting test files for recent bug fixes
Text files modified:
   trunk/libs/wave/test/testwave/testfiles/t_2_019.cpp | 6 +++---
   trunk/libs/wave/test/testwave/testfiles/t_6_063.cpp | 2 +-
   trunk/libs/wave/test/testwave/testfiles/t_6_067.cpp | 2 +-
   trunk/libs/wave/test/testwave/testfiles/t_9_016.cpp | 2 +-
   trunk/libs/wave/test/testwave/testwave_app.cpp | 3 ++-
   5 files changed, 8 insertions(+), 7 deletions(-)

Modified: trunk/libs/wave/test/testwave/testfiles/t_2_019.cpp
==============================================================================
--- trunk/libs/wave/test/testwave/testfiles/t_2_019.cpp (original)
+++ trunk/libs/wave/test/testwave/testfiles/t_2_019.cpp 2010-03-25 13:41:29 EDT (Thu, 25 Mar 2010)
@@ -28,13 +28,13 @@
 
 //H 10: t_2_019.cpp(13): #include "t_2_019_001.hpp"
 //H 04: "t_2_019_001.hpp"
-//H 05: $B(t_2_019_001.hpp) ($B(t_2_019_001.hpp))
+//H 05: t_2_019_001.hpp ($B(t_2_019_001.hpp))
 //H 10: t_2_019_001.hpp(10): #pragma
 //H 20: t_2_019_001.hpp(10): #pragma: $B(t_2_019_001.hpp)
 //H 06:
 //H 10: t_2_019.cpp(14): #include "t_2_019_002.hpp"
 //H 04: "t_2_019_002.hpp"
-//H 05: $B(t_2_019_002.hpp) ($B(t_2_019_002.hpp))
+//H 05: t_2_019_002.hpp ($B(t_2_019_002.hpp))
 //H 10: t_2_019_002.hpp(12): #if
 //H 11: t_2_019_002.hpp(12): #if !defined(T_2_019_002): 1
 //H 10: t_2_019_002.hpp(14): #define
@@ -44,7 +44,7 @@
 //H 19: $B(t_2_019_002.hpp): T_2_019_002
 //H 10: t_2_019.cpp(15): #include "t_2_019_003.hpp"
 //H 04: "t_2_019_003.hpp"
-//H 05: $B(t_2_019_003.hpp) ($B(t_2_019_003.hpp))
+//H 05: t_2_019_003.hpp ($B(t_2_019_003.hpp))
 //H 10: t_2_019_003.hpp(12): #ifndef
 //H 11: t_2_019_003.hpp(12): #ifndef T_2_019_003: 0
 //H 10: t_2_019_003.hpp(14): #define

Modified: trunk/libs/wave/test/testwave/testfiles/t_6_063.cpp
==============================================================================
--- trunk/libs/wave/test/testwave/testfiles/t_6_063.cpp (original)
+++ trunk/libs/wave/test/testwave/testfiles/t_6_063.cpp 2010-03-25 13:41:29 EDT (Thu, 25 Mar 2010)
@@ -24,7 +24,7 @@
 
 //H 10: t_6_063.cpp(20): #include "t_6_063.hpp"
 //H 04: "t_6_063.hpp"
-//H 05: $B(t_6_063.hpp) ($B(t_6_063.hpp))
+//H 05: t_6_063.hpp ($B(t_6_063.hpp))
 //H 18: boost::wave::preprocess_exception
 
 /*-

Modified: trunk/libs/wave/test/testwave/testfiles/t_6_067.cpp
==============================================================================
--- trunk/libs/wave/test/testwave/testfiles/t_6_067.cpp (original)
+++ trunk/libs/wave/test/testwave/testfiles/t_6_067.cpp 2010-03-25 13:41:29 EDT (Thu, 25 Mar 2010)
@@ -24,7 +24,7 @@
 
 //H 10: t_6_067.cpp(20): #include "t_6_067.hpp"
 //H 04: "t_6_067.hpp"
-//H 05: $B(t_6_067.hpp) ($B(t_6_067.hpp))
+//H 05: t_6_067.hpp ($B(t_6_067.hpp))
 //H 18: boost::wave::lexing_exception
 
 /*-

Modified: trunk/libs/wave/test/testwave/testfiles/t_9_016.cpp
==============================================================================
--- trunk/libs/wave/test/testwave/testfiles/t_9_016.cpp (original)
+++ trunk/libs/wave/test/testwave/testfiles/t_9_016.cpp 2010-03-25 13:41:29 EDT (Thu, 25 Mar 2010)
@@ -37,6 +37,6 @@
 //H 19: $B(t_9_016.cpp): inclusion
 //H 10: t_9_016.cpp(13): # include "t_9_016.hpp"
 //H 04: "t_9_016.hpp"
-//H 05: $B(t_9_016.hpp) ($B(t_9_016.hpp))
+//H 05: t_9_016.hpp ($B(t_9_016.hpp))
 //H 06:
 //H 10: t_9_016.cpp(14): #else

Modified: trunk/libs/wave/test/testwave/testwave_app.cpp
==============================================================================
--- trunk/libs/wave/test/testwave/testwave_app.cpp (original)
+++ trunk/libs/wave/test/testwave/testwave_app.cpp 2010-03-25 13:41:29 EDT (Thu, 25 Mar 2010)
@@ -859,6 +859,7 @@
             std::cerr << "initialise_options: option: single_line" << std::endl;
         }
         ctx.set_language(boost::wave::enable_single_line(ctx.get_language()));
+ ctx.set_language(boost::wave::enable_emit_line_directives(ctx.get_language(), false));
     }
     
 // add include directories to the system include search paths
@@ -959,7 +960,7 @@
                 std::cerr << "initialise_options: option: -U" << *cit
                           << std::endl;
             }
- ctx.remove_macro_definition((*cit).c_str());
+ ctx.remove_macro_definition(*cit);
         }
     }
 


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