RFR: 7903571: Feature Tests - Modified/Updated the ReportCreate.java and Tools.java
gollayadav
duke at openjdk.org
Wed Mar 6 08:17:59 UTC 2024
Modified/Updated the below two files as per the latest JT:
I. ReportCreate/ReportCreate.java
II. jthtest/Tools.java
I - Reason for modifying - "ReportCreate/ReportCreate.java":-
1. Special characters/extra space are getting appended while fetching the text from latest JavaTest html report creation page using "browser.getText()".
For example: '#' is appended to "Configuration and Other Settings" text. To remove the special characters modified the above line.
2. HTML attribute names/values are changed in JavaTest report creation page.
For example: "name="locations"" is changed to "id="locations"".
3. Removed these lines as per CODETOOLS-6480602
II - Reason for modifying - "jthtest/Tools.java":-
1. Special characters/extra space are getting appended while fetching the text from javatest html report creation page using "browser.getText()". To remove the special characters modified the above line.
I have ran all the integrated tests with the above changes and no regression issues found. All tests are passed.
-------------
Commit messages:
- 7903571: Feature Tests - Modified/Updated the ReportCreate.java and Tools.java
Changes: https://git.openjdk.org/jtharness/pull/60/files
Webrev: https://webrevs.openjdk.org/?repo=jtharness&pr=60&range=00
Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903571
Stats: 12 lines in 2 files changed: 0 ins; 5 del; 7 mod
Patch: https://git.openjdk.org/jtharness/pull/60.diff
Fetch: git fetch https://git.openjdk.org/jtharness.git pull/60/head:pull/60
PR: https://git.openjdk.org/jtharness/pull/60
More information about the jtharness-dev
mailing list