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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « MSVS/tests.vcxproj ('k') | test/BaseJsTest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: MSVS/tests.vcxproj.filters
===================================================================
--- a/MSVS/tests.vcxproj.filters
+++ b/MSVS/tests.vcxproj.filters
@@ -45,4 +45,9 @@
<Filter>..\test</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="..\test\BaseJsTest.h">
+ <Filter>..\test</Filter>
+ </Text>
+ </ItemGroup>
</Project>
« 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