diff options
| author | 2024-02-16 20:25:22 +0000 | |
|---|---|---|
| committer | 2024-02-19 14:06:59 +0000 | |
| commit | edf29a8a955aa670fede6f2cde362dd656c9e7ed (patch) | |
| tree | 0332dd41e3358e92a55e810b02df45e11a3257db | |
| parent | 6cb73e5bfe90183d2435d0e559cc6d5ebb2b0440 (diff) | |
Delete the CtsPdfTestCases.
- According to the current TEST_MAPPING, CtsPdfTestCases will be triggered whenever we are changing printing directory, however this should not be a case as PdfRenderer and PdfDocument does not have any dependency on printing module, so triggering the PDF test cases here is not correct.
- However vice-versa should be true, i.e CtsPrintTestCases should be triggered whenever there any changes in the Pdf directory as Print depends on PdfDocument.java
Test: m
BUG:325580144
BUG:325690265
Change-Id: Icf14be7d39b695b1c65ad5ddb64b6584fee86d97
| -rw-r--r-- | core/java/android/print/pdf/TEST_MAPPING | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/print/pdf/TEST_MAPPING b/core/java/android/print/pdf/TEST_MAPPING deleted file mode 100644 index d763598f5ba0..000000000000 --- a/core/java/android/print/pdf/TEST_MAPPING +++ /dev/null @@ -1,7 +0,0 @@ -{ - "presubmit": [ - { - "name": "CtsPdfTestCases" - } - ] -} |