From 5f7875a24392347cc1c452956244fe4ab1cd1aba Mon Sep 17 00:00:00 2001 From: janwas Date: Wed, 7 Jun 2006 03:01:25 +0000 Subject: [PATCH] rename i18n's tests subdirectory tests2, so that it doesn't get confused as a self-test directory This was SVN commit r3959. --- source/i18n/{tests => tests2}/CStr.h | 0 source/i18n/{tests => tests2}/StringConvert.cpp | 0 source/i18n/{tests => tests2}/StringConvert.h | 0 source/i18n/{tests => tests2}/UniDoubler.h | 0 source/i18n/{tests => tests2}/comp.txt | 0 source/i18n/{tests => tests2}/covreport.bat | 0 source/i18n/{tests => tests2}/lib/sysdep/sysdep.h | 0 source/i18n/{tests => tests2}/lib/types.h | 0 source/i18n/{tests => tests2}/precompiled.cpp | 0 source/i18n/{tests => tests2}/precompiled.h | 0 source/i18n/{tests => tests2}/ps/CLogger.h | 0 source/i18n/{tests => tests2}/ps/Errors.cpp | 0 source/i18n/{tests => tests2}/ps/Errors.h | 0 source/i18n/{tests => tests2}/scripting/SpiderMonkey.h | 0 source/i18n/{tests => tests2}/test.cpp | 0 source/i18n/{tests => tests2}/tests.cpp | 0 source/i18n/{tests => tests2}/tests.icproj | 0 source/i18n/{tests => tests2}/tests.sln | 0 source/i18n/{tests => tests2}/tests.vcproj | 0 source/i18n/{tests => tests2}/utf16string.h | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename source/i18n/{tests => tests2}/CStr.h (100%) rename source/i18n/{tests => tests2}/StringConvert.cpp (100%) rename source/i18n/{tests => tests2}/StringConvert.h (100%) rename source/i18n/{tests => tests2}/UniDoubler.h (100%) rename source/i18n/{tests => tests2}/comp.txt (100%) rename source/i18n/{tests => tests2}/covreport.bat (100%) rename source/i18n/{tests => tests2}/lib/sysdep/sysdep.h (100%) rename source/i18n/{tests => tests2}/lib/types.h (100%) rename source/i18n/{tests => tests2}/precompiled.cpp (100%) rename source/i18n/{tests => tests2}/precompiled.h (100%) rename source/i18n/{tests => tests2}/ps/CLogger.h (100%) rename source/i18n/{tests => tests2}/ps/Errors.cpp (100%) rename source/i18n/{tests => tests2}/ps/Errors.h (100%) rename source/i18n/{tests => tests2}/scripting/SpiderMonkey.h (100%) rename source/i18n/{tests => tests2}/test.cpp (100%) rename source/i18n/{tests => tests2}/tests.cpp (100%) rename source/i18n/{tests => tests2}/tests.icproj (100%) rename source/i18n/{tests => tests2}/tests.sln (100%) rename source/i18n/{tests => tests2}/tests.vcproj (100%) rename source/i18n/{tests => tests2}/utf16string.h (100%) diff --git a/source/i18n/tests/CStr.h b/source/i18n/tests2/CStr.h similarity index 100% rename from source/i18n/tests/CStr.h rename to source/i18n/tests2/CStr.h diff --git a/source/i18n/tests/StringConvert.cpp b/source/i18n/tests2/StringConvert.cpp similarity index 100% rename from source/i18n/tests/StringConvert.cpp rename to source/i18n/tests2/StringConvert.cpp diff --git a/source/i18n/tests/StringConvert.h b/source/i18n/tests2/StringConvert.h similarity index 100% rename from source/i18n/tests/StringConvert.h rename to source/i18n/tests2/StringConvert.h diff --git a/source/i18n/tests/UniDoubler.h b/source/i18n/tests2/UniDoubler.h similarity index 100% rename from source/i18n/tests/UniDoubler.h rename to source/i18n/tests2/UniDoubler.h diff --git a/source/i18n/tests/comp.txt b/source/i18n/tests2/comp.txt similarity index 100% rename from source/i18n/tests/comp.txt rename to source/i18n/tests2/comp.txt diff --git a/source/i18n/tests/covreport.bat b/source/i18n/tests2/covreport.bat similarity index 100% rename from source/i18n/tests/covreport.bat rename to source/i18n/tests2/covreport.bat diff --git a/source/i18n/tests/lib/sysdep/sysdep.h b/source/i18n/tests2/lib/sysdep/sysdep.h similarity index 100% rename from source/i18n/tests/lib/sysdep/sysdep.h rename to source/i18n/tests2/lib/sysdep/sysdep.h diff --git a/source/i18n/tests/lib/types.h b/source/i18n/tests2/lib/types.h similarity index 100% rename from source/i18n/tests/lib/types.h rename to source/i18n/tests2/lib/types.h diff --git a/source/i18n/tests/precompiled.cpp b/source/i18n/tests2/precompiled.cpp similarity index 100% rename from source/i18n/tests/precompiled.cpp rename to source/i18n/tests2/precompiled.cpp diff --git a/source/i18n/tests/precompiled.h b/source/i18n/tests2/precompiled.h similarity index 100% rename from source/i18n/tests/precompiled.h rename to source/i18n/tests2/precompiled.h diff --git a/source/i18n/tests/ps/CLogger.h b/source/i18n/tests2/ps/CLogger.h similarity index 100% rename from source/i18n/tests/ps/CLogger.h rename to source/i18n/tests2/ps/CLogger.h diff --git a/source/i18n/tests/ps/Errors.cpp b/source/i18n/tests2/ps/Errors.cpp similarity index 100% rename from source/i18n/tests/ps/Errors.cpp rename to source/i18n/tests2/ps/Errors.cpp diff --git a/source/i18n/tests/ps/Errors.h b/source/i18n/tests2/ps/Errors.h similarity index 100% rename from source/i18n/tests/ps/Errors.h rename to source/i18n/tests2/ps/Errors.h diff --git a/source/i18n/tests/scripting/SpiderMonkey.h b/source/i18n/tests2/scripting/SpiderMonkey.h similarity index 100% rename from source/i18n/tests/scripting/SpiderMonkey.h rename to source/i18n/tests2/scripting/SpiderMonkey.h diff --git a/source/i18n/tests/test.cpp b/source/i18n/tests2/test.cpp similarity index 100% rename from source/i18n/tests/test.cpp rename to source/i18n/tests2/test.cpp diff --git a/source/i18n/tests/tests.cpp b/source/i18n/tests2/tests.cpp similarity index 100% rename from source/i18n/tests/tests.cpp rename to source/i18n/tests2/tests.cpp diff --git a/source/i18n/tests/tests.icproj b/source/i18n/tests2/tests.icproj similarity index 100% rename from source/i18n/tests/tests.icproj rename to source/i18n/tests2/tests.icproj diff --git a/source/i18n/tests/tests.sln b/source/i18n/tests2/tests.sln similarity index 100% rename from source/i18n/tests/tests.sln rename to source/i18n/tests2/tests.sln diff --git a/source/i18n/tests/tests.vcproj b/source/i18n/tests2/tests.vcproj similarity index 100% rename from source/i18n/tests/tests.vcproj rename to source/i18n/tests2/tests.vcproj diff --git a/source/i18n/tests/utf16string.h b/source/i18n/tests2/utf16string.h similarity index 100% rename from source/i18n/tests/utf16string.h rename to source/i18n/tests2/utf16string.h