Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902956 A legacy JT GUI Automation
  3. CODETOOLS-7903820

Feature Tests - Adding 'product.name=JT' in build script

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • None
    • tools
    • None

      Adding 'product.name=JT' in build.xml file.

      This option 'product.name=JT' is required to run the KFL test scripts.

      ==================
      index 2f6d019..008c97a 100644
      --- a/gui-tests/src/build.xml
      +++ b/gui-tests/src/build.xml
      @@ -42,6 +42,7 @@
           <property name="htmlreport.dir" value="${tests.tempdir}/htmlreport"/>

           <property name="inittimeout" value="300000"/>
      + <property name="product.name" value="JT" />

           <path id="classpath">
               <fileset dir="${tests.tempdir}">
      @@ -281,7 +282,7 @@
                   <formatter type="xml"/>
                   <formatter type="plain"/>

      - <batchtest fork="true" todir="${report.dir}">
      + <batchtest fork="true" todir="${report.dir}" unless="testfile">
                      <fileset dir="${tests.gui.srcpath}" includes="*/TestTree/*.java" />
                   </batchtest>
      ==================

            gyadav Golla Yadav
            gyadav Golla Yadav
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: