Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4941378

JSR-169 TCK: Static signature test script comments refer to PBP tck

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.0
    • 1.0
    • core-libs
    • 1.0
    • sparc
    • solaris_2.6
    • Verified

      The comments in the StaticSigTest.sh file refer to the persopnal basis profile TCK instead of the JDBCOP TCK.

      To Recreate:
      1. cd $TCK_HOME/ri
      2. vi StaicSigTest.sh
      3. read the comments

      Contents of the script...

      !/bin/sh
      # This script runs static signature test with reference implementation. Static
      # signature test allows to catch added API entries, which are not in the spec.
      # Output goes to the stdout.

      # Location of PBP reference implementation
      if [ -z "$RI_HOME" ]; then RI_HOME=/java/re/jdbc_cdc/1.0/promoted/latest/binaries/linux-i686; fi

      # Location of PBP TCK
      if [ -z "$TCK_HOME" ]; then TCK_HOME=`pwd`/..; fi

      # Location of java binaries
      if [ -z "$JAVA_HOME" ]; then JAVA_HOME=/java/re/j2se/1.3.0/archive/solaris/fcs/binaries/solaris; fi

      $JAVA_HOME/bin/java -classpath ${TCK_HOME}/javatest.jar:${TCK_HOME}/classes javasoft.sqe.tests.api.signaturetest.staticsig.StaticSigTest -static -Classpath $RI_HOME/lib/foundation_jdbc.jar:$RI_HOME/btclasses.zip -Package java.sql -Package javax.sql -TestURL file:///${TCK_HOME}/tests/api/signaturetest/resources/ -FileName JDBCOP.sig 2>&1

            jbrucesunw Jonathan Bruce (Inactive)
            pkelleysunw Peggy Kelley (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: