You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2023/02/04 15:28:38 UTC

[xalan-test] branch master updated: improving xalanj tests build configuration

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-test.git


The following commit(s) were added to refs/heads/master by this push:
     new 2eaef202 improving xalanj tests build configuration
2eaef202 is described below

commit 2eaef2021689af99e045a711b5d6ce3cc8e0a378
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sat Feb 4 20:58:22 2023 +0530

    improving xalanj tests build configuration
---
 build.xml       | 13 +++++++------
 test.properties |  2 +-
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/build.xml b/build.xml
index fac23d42..1a8c4ae5 100644
--- a/build.xml
+++ b/build.xml
@@ -620,12 +620,13 @@ dependencies - users must manually 'build jar' first.
     </target>
 
 
-    <!-- ================================================================== -->
-    <!-- Run tests: specific named API tests                               -->
-    <!-- ================================================================== -->
-    <target name="api" description="Run specific API tests" depends="init.test">
-        <!-- Note no default is set; also testClass is not prefixed! -->
-        <!--<echo message="Executing Xalan api test: ${testClass}" />-->
+    <!-- Run specific named API tests.
+    
+         What tests this build target runs, are defined within test.properties file
+         (please see the section, 'Various tests, that run for ant build.xml's "apitest" 
+          target' within ./test.properties file).
+    -->
+    <target name="apitest" description="Run specific API tests" depends="init.test">
         <property name="testClass" value="org.apache.qetest.xsl.XSLTestHarness" />
         <property name="testType" value="api." />
         
diff --git a/test.properties b/test.properties
index 0072e6ef..abf9ba28 100644
--- a/test.properties
+++ b/test.properties
@@ -302,7 +302,7 @@ perf.xsltc.logFile=results-perf_xsltc/results.xml
 perf.xsltc.runId=xsltc
 perf.xsltc.iterations=5
 
-# Various tests, that run for ant build.xml's "api" target
+# Various tests, that run for ant build.xml's "apitest" target. This configuration has been introduced, starting with XalanJ 2.7.3 release.
 qetest.dtm.tests=TestDTM;TestDTMIter;TestDTMTrav;TimeDTMIterDeep;TimeDTMTravDeep
 qetest.rwapi.tests=XPathASTTestlet
 qetest.trax.dom.tests=DOMResultAPITest;DOMSourceAPITest


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org