You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2011/07/08 22:52:56 UTC

svn commit: r1144507 - in /activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk: Apache.NMS.ZMQ.Test.nunit nmsprovider-test.config vs2010-zmq-net-4.0-test.csproj vs2010-zmq-net-4.0.csproj

Author: jgomes
Date: Fri Jul  8 20:52:55 2011
New Revision: 1144507

URL: http://svn.apache.org/viewvc?rev=1144507&view=rev
Log:
Add NUnit config files.
Fixes [AMQNET-333]. (See https://issues.apache.org/jira/browse/AMQNET-333)

Added:
    activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/Apache.NMS.ZMQ.Test.nunit
    activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/nmsprovider-test.config
Modified:
    activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0-test.csproj
    activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0.csproj

Added: activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/Apache.NMS.ZMQ.Test.nunit
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/Apache.NMS.ZMQ.Test.nunit?rev=1144507&view=auto
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/Apache.NMS.ZMQ.Test.nunit (added)
+++ activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/Apache.NMS.ZMQ.Test.nunit Fri Jul  8 20:52:55 2011
@@ -0,0 +1,7 @@
+<NUnitProject>
+  <Settings activeconfig="Default" />
+  <Config name="Default" binpathtype="Auto">
+    <assembly path="Apache.NMS.Test.dll" />
+    <assembly path="Apache.NMS.ZMQ.Test.dll" />
+  </Config>
+</NUnitProject>
\ No newline at end of file

Added: activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/nmsprovider-test.config
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/nmsprovider-test.config?rev=1144507&view=auto
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/nmsprovider-test.config (added)
+++ activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/nmsprovider-test.config Fri Jul  8 20:52:55 2011
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+<configuration>
+	<defaultURI value="zmq://localhost">
+		<factoryParams>
+			<param type="string" value="NMSTestClient"/>
+		</factoryParams>
+		<userName value="guest"/>
+		<passWord value="guest"/>
+	</defaultURI>
+</configuration>

Modified: activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0-test.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0-test.csproj?rev=1144507&r1=1144506&r2=1144507&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0-test.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0-test.csproj Fri Jul  8 20:52:55 2011
@@ -123,10 +123,9 @@
     </BootstrapperPackage>
   </ItemGroup>
   <ItemGroup>
-    <Content Include="lib\clrzmq\net-4.0x64\libzmq.dll">
-      <Link>libzmq.dll</Link>
+    <None Include="Apache.NMS.ZMQ.Test.nunit">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </Content>
+    </None>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
   <PropertyGroup>

Modified: activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0.csproj?rev=1144507&r1=1144506&r2=1144507&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/vs2010-zmq-net-4.0.csproj Fri Jul  8 20:52:55 2011
@@ -109,6 +109,12 @@
     <Compile Include="src\main\csharp\ZmqMessage.cs" />
   </ItemGroup>
   <ItemGroup>
+    <Content Include="lib\clrzmq\net-4.0\libzmq64.dll">
+      <Link>libzmq64.dll</Link>
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+  <ItemGroup>
     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
       <Visible>False</Visible>
       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>