Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: MSVS/tests.vcxproj.filters

Issue 10260028: Refactor tests, use fixtures and avoid duplication (Closed)
Patch Set: Created April 19, 2013, 4:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « MSVS/tests.vcxproj ('k') | test/BaseJsTest.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003"> 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
3 <ItemGroup> 3 <ItemGroup>
4 <Filter Include=".."> 4 <Filter Include="..">
5 <UniqueIdentifier>{739DB09A-CC57-A953-A6CF-F64FA08E4FA7}</UniqueIdentifier > 5 <UniqueIdentifier>{739DB09A-CC57-A953-A6CF-F64FA08E4FA7}</UniqueIdentifier >
6 </Filter> 6 </Filter>
7 <Filter Include="..\test"> 7 <Filter Include="..\test">
8 <UniqueIdentifier>{5763B17F-46DA-9ED7-179F-9C9F273B791C}</UniqueIdentifier > 8 <UniqueIdentifier>{5763B17F-46DA-9ED7-179F-9C9F273B791C}</UniqueIdentifier >
9 </Filter> 9 </Filter>
10 </ItemGroup> 10 </ItemGroup>
(...skipping 27 matching lines...) Expand all
38 <ClCompile Include="..\test\FileSystemJsObject.cpp"> 38 <ClCompile Include="..\test\FileSystemJsObject.cpp">
39 <Filter>..\test</Filter> 39 <Filter>..\test</Filter>
40 </ClCompile> 40 </ClCompile>
41 <ClCompile Include="..\test\JsValue.cpp"> 41 <ClCompile Include="..\test\JsValue.cpp">
42 <Filter>..\test</Filter> 42 <Filter>..\test</Filter>
43 </ClCompile> 43 </ClCompile>
44 <ClCompile Include="..\test\FilterEngine.cpp"> 44 <ClCompile Include="..\test\FilterEngine.cpp">
45 <Filter>..\test</Filter> 45 <Filter>..\test</Filter>
46 </ClCompile> 46 </ClCompile>
47 </ItemGroup> 47 </ItemGroup>
48 <ItemGroup>
49 <Text Include="..\test\BaseJsTest.h">
50 <Filter>..\test</Filter>
51 </Text>
52 </ItemGroup>
48 </Project> 53 </Project>
OLDNEW
« no previous file with comments | « MSVS/tests.vcxproj ('k') | test/BaseJsTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld