From e85dbb285367bcf5aa8930fe20185746d6efaf94 Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Thu, 7 Oct 2004 03:41:35 +0000 Subject: [PATCH] adjust file names for 31 char limit [SVN r25594] --- test/{test_level_object.cpp => test_object.cpp} | 2 +- test/{test_level_primitive.cpp => test_primitive.cpp} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename test/{test_level_object.cpp => test_object.cpp} (98%) rename test/{test_level_primitive.cpp => test_primitive.cpp} (98%) diff --git a/test/test_level_object.cpp b/test/test_object.cpp similarity index 98% rename from test/test_level_object.cpp rename to test/test_object.cpp index b68ee5e3..7160316b 100644 --- a/test/test_level_object.cpp +++ b/test/test_object.cpp @@ -1,5 +1,5 @@ /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 -// test_level_object.cpp +// test_object.cpp // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification and distribution is subject to the Boost Software diff --git a/test/test_level_primitive.cpp b/test/test_primitive.cpp similarity index 98% rename from test/test_level_primitive.cpp rename to test/test_primitive.cpp index d3168a92..42864622 100644 --- a/test/test_level_primitive.cpp +++ b/test/test_primitive.cpp @@ -1,5 +1,5 @@ /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 -// test_level_primitive.cpp +// test_primitive.cpp // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification and distribution is subject to the Boost Software