You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by jo...@apache.org on 2010/11/19 00:54:26 UTC

svn commit: r1036697 - /incubator/npanday/trunk/dotnet/pom.xml

Author: jocaba
Date: Fri Nov 19 00:54:25 2010
New Revision: 1036697

URL: http://svn.apache.org/viewvc?rev=1036697&view=rev
Log:
Enabled Unit Tests for dotnet/assemblies after blocker NPANDAY-332 was fixed.

Modified:
    incubator/npanday/trunk/dotnet/pom.xml

Modified: incubator/npanday/trunk/dotnet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1036697&r1=1036696&r2=1036697&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Fri Nov 19 00:54:25 2010
@@ -35,8 +35,7 @@ under the License.
   </modules>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
-    <!-- Disabled because of NUnit-console Issue NPANDAY-332 -->
-    <!-- <testSourceDirectory>src/test/csharp</testSourceDirectory> -->
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>
     <plugins> 
       <plugin> 
         <groupId>npanday.plugin</groupId>