From 41e1f371db04d718d003b14851d39233bcacab21 Mon Sep 17 00:00:00 2001 From: bemandawes Date: Sun, 22 May 2011 20:04:06 +0000 Subject: [PATCH] Rename doc and test files to match header renaming git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@72099 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- libs/endian/doc/{endian.html => integers.html} | 0 libs/endian/test/{endian_flip_test.cpp => conversion_test.cpp} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename libs/endian/doc/{endian.html => integers.html} (100%) rename libs/endian/test/{endian_flip_test.cpp => conversion_test.cpp} (100%) diff --git a/libs/endian/doc/endian.html b/libs/endian/doc/integers.html similarity index 100% rename from libs/endian/doc/endian.html rename to libs/endian/doc/integers.html diff --git a/libs/endian/test/endian_flip_test.cpp b/libs/endian/test/conversion_test.cpp similarity index 100% rename from libs/endian/test/endian_flip_test.cpp rename to libs/endian/test/conversion_test.cpp