Skip to content

Commit

Permalink
Merge pull request #568 from alwin-joseph/platformtckug
Browse files Browse the repository at this point in the history
Platformtck ug fix issues
  • Loading branch information
alwin-joseph committed Nov 2, 2020
2 parents 50a635b + f03904e commit c40a006
Show file tree
Hide file tree
Showing 19 changed files with 197 additions and 233 deletions.
2 changes: 1 addition & 1 deletion user_guides/jakartaee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<artifactId>cts_javaee</artifactId>
<packaging>pom</packaging>
<version>9.0.0</version>
<name>Eclipse Foundation Jakarta EE Platform, Enterprise Edition Compatibility Test Suite User's Guide, Release 9</name>
<name>Eclipse Foundation Jakarta EE Platform, Enterprise Edition Test Compatibility Kit User's Guide, Release 9</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion user_guides/jakartaee/src/main/jbake/assets/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
remote_theme: jakartaee/jekyll-theme-jakarta-ee

title: [cts_javaee_v8_0]
description: [Eclipse Jakarta EE Platform, Compatibility Test Suite User's Guide for Technology Implementers, Release 9]
description: [Eclipse Jakarta EE Platform, Test Compatibility Kit User's Guide for Technology Implementers, Release 9]

# sidebar links url
links:
Expand Down
7 changes: 4 additions & 3 deletions user_guides/jakartaee/src/main/jbake/content/TCKpreface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ Please see the Title page for additional license information.
========================================================================

This book introduces the Test Compatibility Kit (TCK) for the Jakarta
Platform 9 full profile (Jakarta EE 9) and Jakarta Platform 9 Web Profile (Jakarta EE 9 Web Profile), and explains how to
Platform, Enterprise Edition 9 (Jakarta EE 9) and Jakarta Platform, Enterprise
Edition 9 Web Profile (Jakarta EE 9 Web Profile), and explains how to
configure and run the test suite. It also provides information for
troubleshooting problems you may encounter as you run the test suite.

The Jakarta Platform, Enterprise Edition 9 Compatibility Test Suite (Jakarta
EE 9 Platform TCK) is a portable, configurable automated test suite for verifying
The Jakarta Platform, Enterprise Edition 9 Test Compatibility Kit (Jakarta
EE 9 TCK) is a portable, configurable automated test suite for verifying
the compatibility of an implementer's compliance with the Jakarta EE 9
Specification (hereafter referred to as the implementer's implementation, or VI).
The Jakarta EE 9 Platform TCK uses the JavaTest harness version 5.0 to run the
Expand Down
16 changes: 8 additions & 8 deletions user_guides/jakartaee/src/main/jbake/content/building.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ to use Ant with the following targets to rebuild, list, and run tests:
* `build`
* `ld`, `lld`, `lc`, `llc`, `pd`, `pc`
Implementers can only run the version of the tests provided with the TCK
Implementers can only run the version of the tests provided with the CTS
for certification, except in the case of rebuildable tests.

This chapter includes the following topics:
Expand All @@ -44,7 +44,7 @@ the Solaris platform:

1. Set the following environment variables in your shell environment to
use the build infrastructure that comes with the TCK:
* `TS_HOME` to the directory in which the Jakarta EE 9 TCK software is
* `TS_HOME` to the directory in which the Jakarta EE 9 Platform TCK software is
installed.
* `TS_HOME/bin` to your `PATH` in your command shell.
* C Shell: +
Expand Down Expand Up @@ -79,7 +79,7 @@ build infrastructure
10.2 Building the Tests
~~~~~~~~~~~~~~~~~~~~~~~

To build the Jakarta EE 9 TCK tests using Ant, complete the following
To build the Jakarta EE 9 Platform TCK tests using Ant, complete the following
steps:

1. To build a single test directory, type the following: +
Expand Down Expand Up @@ -118,7 +118,7 @@ ant pc
10.3 Running the Tests
~~~~~~~~~~~~~~~~~~~~~~

To run the Jakarta EE 9 TCK tests using Ant, use one of the following
To run the Jakarta EE 9 Platform TCK tests using Ant, use one of the following
procedures.

[[GFAOW]][[to-run-a-single-test-directory]]
Expand Down Expand Up @@ -222,20 +222,20 @@ HelloHome.class
10.5 Debugging Service Tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The Jakarta EE 9 TCK service tests test the compatibility of the Jakarta
The Jakarta EE 9 Platform TCK service tests test the compatibility of the Jakarta
Platform, Enterprise Edition Service APIs: Jakarta Mail, JDBC, Jakarta Messaging, Jakarta Transactions,
Jakarta XML Web Services, Jakarta Web Services Metadata, Jakarta Annotations. The test suite contains sets of
tests that the JavaTest harness, in conjunction with the Jakarta EE 9 TCK
tests that the JavaTest harness, in conjunction with the Jakarta EE 9 Platform TCK
harness extensions, runs from different Jakarta Platform, Enterprise
Edition containers (Jakarta Enterprise Beans, Jakarta Server Pages, Jakarta Servlet, and application
client). The test suite wraps each of these tests inside generic
components, called vehicles. Each Jakarta EE 9 TCK service test has been
components, called vehicles. Each Jakarta EE 9 Platform TCK service test has been
set up to run in a default set of vehicles. Each technology's
specification determines this set. When run as part of the certification
process, all service API tests must pass in their default vehicle set.

Refer to the `<TS_HOME>/src/vehicle.properties` file to for a list the
default vehicle sets for the Jakarta EE 9 TCK service API tests.
default vehicle sets for the Jakarta EE 9 Platform TCK service API tests.

To help you debug service API tests, the test suite provides a mechanism
that allows for fine-grained control over which tests you can run in
Expand Down
Loading

0 comments on commit c40a006

Please sign in to comment.