From be90889b8d16bb586c1c7ceb57544a9730552c1f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 31 May 2025 01:54:43 -0700 Subject: [PATCH] Rework tests to use the PmdAnalysisResults record --- .github/workflows/bld.yml | 3 +- .idea/misc.xml | 2 +- .../rife/bld/extension/PmdOperationTests.java | 989 ++++++++++-------- src/test/resources/{ => txt}/ignore-all.txt | 0 .../resources/{ => txt}/ignore-single.txt | 0 src/test/resources/{ => txt}/ignore.txt | 0 src/test/resources/{ => xml}/pmd.xml | 0 7 files changed, 547 insertions(+), 447 deletions(-) rename src/test/resources/{ => txt}/ignore-all.txt (100%) rename src/test/resources/{ => txt}/ignore-single.txt (100%) rename src/test/resources/{ => txt}/ignore.txt (100%) rename src/test/resources/{ => xml}/pmd.xml (100%) diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 947f3c4..b827666 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -7,7 +7,6 @@ jobs: strategy: matrix: java-version: [ 17, 21, 24 ] - kotlin-version: [ 1.9.25, 2.0.21, 2.1.20 ] os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} @@ -28,4 +27,4 @@ jobs: run: ./bld download - name: Run tests - run: ./bld compile test \ No newline at end of file + run: ./bld compile test diff --git a/.idea/misc.xml b/.idea/misc.xml index 8cfd866..88ff6dc 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -25,7 +25,7 @@