aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-11-12 12:58:54 +0100
committerMemphiz <memphis@machzwo.de>2013-11-12 13:24:53 +0100
commit0cfa2f78e56a804085edc374959986f2eddf2a91 (patch)
tree17dd8f32bfa2a4ae4a30b30d5e90e60ed5296dbf /project
parent897ba83599525b1f2f04ff72b4913be0c3572019 (diff)
[gtest] - move test for texturecache to textureutils as the tested method also moved classes... fixes compile of testsuite
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters2
2 files changed, 2 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index b1f8cc3690..953aceb6e9 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -934,7 +934,7 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">true</ExcludedFromBuild>
</ClCompile>
- <ClCompile Include="..\..\xbmc\test\TestTextureCache.cpp">
+ <ClCompile Include="..\..\xbmc\test\TestTextureUtils.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">true</ExcludedFromBuild>
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 26d3209590..947238d14f 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2848,7 +2848,7 @@
<ClCompile Include="..\..\xbmc\test\TestFileItem.cpp">
<Filter>test</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\test\TestTextureCache.cpp">
+ <ClCompile Include="..\..\xbmc\test\TestTextureUtils.cpp">
<Filter>test</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\interfaces\json-rpc\PVROperations.cpp">