From 23e87f971261beec4b8b9033cfecec1f7b1b3f66 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 1 Jan 2007 12:41:24 +0000 Subject: [PATCH] Renamed two phase lookup test to make filename shorter. [SVN r36557] --- test/Jamfile | 6 +++--- test/Jamfile.v2 | 6 +++--- ..._phase_name_lookup.ipp => boost_no_two_phase_lookup.ipp} | 0 test/config_info.cpp | 2 ++ test/config_test.cpp | 4 ++-- ...se_name_lookup_fail.cpp => no_two_phase_lookup_fail.cpp} | 6 +++--- ...se_name_lookup_pass.cpp => no_two_phase_lookup_pass.cpp} | 6 +++--- 7 files changed, 16 insertions(+), 14 deletions(-) rename test/{boost_no_two_phase_name_lookup.ipp => boost_no_two_phase_lookup.ipp} (100%) rename test/{no_two_phase_name_lookup_fail.cpp => no_two_phase_lookup_fail.cpp} (83%) rename test/{no_two_phase_name_lookup_pass.cpp => no_two_phase_lookup_pass.cpp} (83%) diff --git a/test/Jamfile b/test/Jamfile index 8848971f..db6b51d1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,7 +1,7 @@ # # Regression test Jamfile for boost configuration setup. # *** DO NOT EDIT THIS FILE BY HAND *** -# This file was automatically generated on Sun Dec 31 16:29:33 2006 +# This file was automatically generated on Mon Jan 01 12:39:24 2007 # by libs/config/tools/generate.cpp # Copyright John Maddock. # Use, modification and distribution are subject to the @@ -316,8 +316,8 @@ test-suite "BOOST_NO_TEMPLATE_TEMPLATES" : [ run no_template_template_pass.cpp