[Carbon-dev] svn commit r43662 - trunk/carbon-components/data-services/org.wso2.carbon.dataservices.core

anjana at wso2.com anjana at wso2.com
Tue Aug 18 05:30:58 PDT 2009


Author: anjana
Date: Tue Aug 18 05:30:58 2009
New Revision: 43662
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43662

Log:
disabled REST service tests ..

Modified:
   trunk/carbon-components/data-services/org.wso2.carbon.dataservices.core/pom.xml

Modified: trunk/carbon-components/data-services/org.wso2.carbon.dataservices.core/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-components/data-services/org.wso2.carbon.dataservices.core/pom.xml?rev=43662&r1=43661&r2=43662&view=diff
==============================================================================
--- trunk/carbon-components/data-services/org.wso2.carbon.dataservices.core/pom.xml	(original)
+++ trunk/carbon-components/data-services/org.wso2.carbon.dataservices.core/pom.xml	Tue Aug 18 05:30:58 2009
@@ -92,12 +92,10 @@
                     <forkMode>pertest</forkMode>
                     <argLine>-enableassertions</argLine>
                     <testFailureIgnore>true</testFailureIgnore>
-                    <skip>true</skip>
-                    <!--
+                    <skip>true</skip>                    
                     <excludes>
-                        <include>**/*Test.java</include>
+                        <exclude>**/*ResourceServiceTest.java</exclude>
                     </excludes>
-                    -->
                 </configuration>
             </plugin>
             <plugin>



More information about the Carbon-dev mailing list