Boost logo

Boost-Commit :

From: ramey_at_[hidden]
Date: 2007-12-22 21:15:46


Author: ramey
Date: 2007-12-22 21:15:45 EST (Sat, 22 Dec 2007)
New Revision: 42257
URL: http://svn.boost.org/trac/boost/changeset/42257

Log:
Fix case sensitivity for A.cpp in Jamfile.v2
Text files modified:
   branches/serialization_next_release/boost/libs/serialization/test/Jamfile.v2 | 38 +++++++++++++++++++-------------------
   1 files changed, 19 insertions(+), 19 deletions(-)

Modified: branches/serialization_next_release/boost/libs/serialization/test/Jamfile.v2
==============================================================================
--- branches/serialization_next_release/boost/libs/serialization/test/Jamfile.v2 (original)
+++ branches/serialization_next_release/boost/libs/serialization/test/Jamfile.v2 2007-12-22 21:15:45 EST (Sat, 22 Dec 2007)
@@ -26,53 +26,53 @@
 BOOST_ARCHIVE_LIST = [ modules.peek : BOOST_ARCHIVE_LIST ] ;
 
 test-suite "serialization" :
- [ test-bsl-run_files test_array : a ]
+ [ test-bsl-run_files test_array : A ]
      [ test-bsl-run_files test_binary ]
- [ test-bsl-run_files test_contained_class : a ]
- [ test-bsl-run_files test_cyclic_ptrs : a ]
+ [ test-bsl-run_files test_contained_class : A ]
+ [ test-bsl-run_files test_cyclic_ptrs : A ]
      [ test-bsl-run_files test_delete_pointer ]
- [ test-bsl-run_files test_deque : a ]
+ [ test-bsl-run_files test_deque : A ]
      # [ test-bsl-run_files test_derived ]
- [ test-bsl-run_files test_derived_class : a ]
- [ test-bsl-run_files test_derived_class_ptr : a ]
+ [ test-bsl-run_files test_derived_class : A ]
+ [ test-bsl-run_files test_derived_class_ptr : A ]
      [ test-bsl-run_files test_diamond ]
      [ test-bsl-run_files test_exported ]
      [ test-bsl-run_files test_class_info_load ]
      [ test-bsl-run_files test_class_info_save ]
      [ test-bsl-run_files test_object ]
      [ test-bsl-run_files test_primitive ]
- [ test-bsl-run_files test_list : a ]
- [ test-bsl-run_files test_list_ptrs : a ]
- [ test-bsl-run_files test_map : a ]
+ [ test-bsl-run_files test_list : A ]
+ [ test-bsl-run_files test_list_ptrs : A ]
+ [ test-bsl-run_files test_map : A ]
      [ test-bsl-run_files test_mi ]
- [ test-bsl-run_files test_multiple_ptrs : a ]
+ [ test-bsl-run_files test_multiple_ptrs : A ]
      [ test-bsl-run_files test_no_rtti ]
      [ test-bsl-run_files test_non_intrusive ]
      [ test-bsl-run_files test_non_default_ctor ]
      [ test-bsl-run_files test_non_default_ctor2 ]
      [ test-bsl-run_files test_null_ptr ]
- [ test-bsl-run_files test_nvp : a ]
- [ test-bsl-run_files test_recursion : a ]
+ [ test-bsl-run_files test_nvp : A ]
+ [ test-bsl-run_files test_recursion : A ]
      [ test-bsl-run_files test_registered ]
- [ test-bsl-run_files test_set : a ]
- [ test-bsl-run_files test_simple_class : a ]
- [ test-bsl-run_files test_simple_class_ptr : a ]
+ [ test-bsl-run_files test_set : A ]
+ [ test-bsl-run_files test_simple_class : A ]
+ [ test-bsl-run_files test_simple_class_ptr : A ]
      [ test-bsl-run_files test_split ]
      [ test-bsl-run_files test_tracking ]
      [ test-bsl-run_files test_unregistered ]
      [ test-bsl-run_files test_valarray ]
- [ test-bsl-run_files test_variant : a ]
- [ test-bsl-run_files test_vector : a ]
+ [ test-bsl-run_files test_variant : A ]
+ [ test-bsl-run_files test_vector : A ]
      [ test-bsl-run_files test_optional ]
      [ test-bsl-run_files test_shared_ptr ]
      [ test-bsl-run_files test_shared_ptr_132 ]
- [ test-bsl-run_polymorphic_archive test_polymorphic : test_polymorphic_A a ]
+ [ test-bsl-run_polymorphic_archive test_polymorphic : test_polymorphic_A A ]
 ;
 
 if ! $(BOOST_ARCHIVE_LIST) {
     test-suite "serialization2" :
         [ test-bsl-run test_private_ctor ]
- [ test-bsl-run test_reset_object_address : a ]
+ [ test-bsl-run test_reset_object_address : A ]
         [ test-bsl-run test_void_cast ]
         [ test-bsl-run test_mult_archive_types ]
         


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