diff options
author | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-30 15:14:04 +0000 |
---|---|---|
committer | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-30 15:14:04 +0000 |
commit | 4a5a6f8ec12966cce75fd70d77fa1b32dea85a86 (patch) | |
tree | 7b480423078c5e2f4c3ddaa1dbb16409beb4d2cc /sandbox/tests | |
parent | c88873923d37e1d77d985f8fe614aaf835dcfa82 (diff) | |
download | chromium_src-4a5a6f8ec12966cce75fd70d77fa1b32dea85a86.zip chromium_src-4a5a6f8ec12966cce75fd70d77fa1b32dea85a86.tar.gz chromium_src-4a5a6f8ec12966cce75fd70d77fa1b32dea85a86.tar.bz2 |
Rename the sandbox tests to look better on the submodules waterfall page.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/tests')
-rw-r--r-- | sandbox/tests/integration_tests/sbox_integration_tests.vcproj (renamed from sandbox/tests/integration_tests/integration_tests.vcproj) | 2 | ||||
-rw-r--r-- | sandbox/tests/unit_tests/sbox_unittests.vcproj (renamed from sandbox/tests/unit_tests/unit_tests.vcproj) | 2 | ||||
-rw-r--r-- | sandbox/tests/validation_tests/sbox_validation_tests.vcproj (renamed from sandbox/tests/validation_tests/validation_tests.vcproj) | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/tests/integration_tests/integration_tests.vcproj b/sandbox/tests/integration_tests/sbox_integration_tests.vcproj index 636b049..a747745 100644 --- a/sandbox/tests/integration_tests/integration_tests.vcproj +++ b/sandbox/tests/integration_tests/sbox_integration_tests.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="8.00" - Name="integration_tests" + Name="sbox_integration_tests" ProjectGUID="{542D4B3B-98D4-4233-B68D-0103891508C6}" RootNamespace="unit_tests" Keyword="Win32Proj" diff --git a/sandbox/tests/unit_tests/unit_tests.vcproj b/sandbox/tests/unit_tests/sbox_unittests.vcproj index 668d40c..a2df792 100644 --- a/sandbox/tests/unit_tests/unit_tests.vcproj +++ b/sandbox/tests/unit_tests/sbox_unittests.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="8.00" - Name="unit_tests" + Name="sbox_unittests" ProjectGUID="{883553BE-2A9D-418C-A121-61FE1DFBC562}" RootNamespace="unit_tests" Keyword="Win32Proj" diff --git a/sandbox/tests/validation_tests/validation_tests.vcproj b/sandbox/tests/validation_tests/sbox_validation_tests.vcproj index 500b3d9..9b7b599 100644 --- a/sandbox/tests/validation_tests/validation_tests.vcproj +++ b/sandbox/tests/validation_tests/sbox_validation_tests.vcproj @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="8.00" - Name="validation_tests" + Name="sbox_validation_tests" ProjectGUID="{B9CC7B0D-145A-49C2-B887-84E43CFA0F27}" - RootNamespace="validation_tests" + RootNamespace="unit_tests" Keyword="Win32Proj" > <Platforms> |