You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by de...@apache.org on 2013/10/30 08:50:18 UTC

[44/46] git commit: updated refs/heads/hyperv to 8eabfdc

Make sure only unit tests are run during build time and not functional tests.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/77cdbcbd
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/77cdbcbd
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/77cdbcbd

Branch: refs/heads/hyperv
Commit: 77cdbcbd9f9a39c52d093391b19a761340a27966
Parents: d0035fc
Author: Devdeep Singh <de...@gmail.com>
Authored: Wed Oct 30 10:31:40 2013 +0530
Committer: Devdeep Singh <de...@gmail.com>
Committed: Wed Oct 30 11:06:38 2013 +0530

----------------------------------------------------------------------
 .../ServerResource.Tests/ServerResource.Tests.csproj              | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/77cdbcbd/plugins/hypervisors/hyperv/DotNet/ServerResource/ServerResource.Tests/ServerResource.Tests.csproj
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/hyperv/DotNet/ServerResource/ServerResource.Tests/ServerResource.Tests.csproj b/plugins/hypervisors/hyperv/DotNet/ServerResource/ServerResource.Tests/ServerResource.Tests.csproj
index de35f68..eec595e 100644
--- a/plugins/hypervisors/hyperv/DotNet/ServerResource/ServerResource.Tests/ServerResource.Tests.csproj
+++ b/plugins/hypervisors/hyperv/DotNet/ServerResource/ServerResource.Tests/ServerResource.Tests.csproj
@@ -92,7 +92,6 @@
   </ItemGroup>
   <ItemGroup>
     <Compile Include="HypervResourceController1Test.cs" />
-    <Compile Include="HypervResourceControllerTest.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <!--<Compile Include="HypervResourceControllerTest.cs" /> -->
   </ItemGroup>
@@ -133,4 +132,4 @@
   <Target Name="AfterBuild">
     <Xunit.Runner.MSBuild.xunit Assembly="..\ServerResource.Tests\bin\Debug\ServerResource.Tests.dll" />
   </Target>
-</Project>
\ No newline at end of file
+</Project>