Skip to content

Commit

Permalink
Change expected result in ShapesTest.
Browse files Browse the repository at this point in the history
Run github workflows on ubuntu instead of on macOS.
  • Loading branch information
wrandelshofer committed Dec 22, 2023
1 parent cb05ab0 commit 2b091dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest ]
os: [ ubuntu-latest ]
java: [ 21 ]
arch: [ x64 ]
dist: [ zulu ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,7 @@ void testDoubleSvgStringFromAWT(@NonNull String input, String expected) throws P
+ "a25,50 -30 0,1 50,-25 l 50,-25"
+ "a25,75 -30 0,1 50,-25 l 50,-25"
+ "a25,100 -30 0,1 50,-25 l 50,-25",
"M600,350 650,325 " +
"C643.096440627115,311.1928812542302,648.6928812542301,294.40355937288496,662.5,287.5 " +
"676.3071187457698,280.5964406271151,693.096440627115,286.19288125423014,700,300 " +
"L750,275 " +
"C734.991398858547,248.0794386930346,734.0174049332719,220.65957121240578,747.8245236790418,213.75601183952088 " +
"761.6316424248116,206.85245246663598,784.991398858547,223.07943869303466,800,250 " +
"L850,225 " +
"C827.1533531779085,184.81184586860044,819.8253677947489,146.636469309811,833.6324865405187,139.73290993692603 " +
"847.4396052862885,132.82935056404108,877.1533531779083,159.8118458686003,900,200 " +
"L950,175 " +
"C919.3820565192525,121.50571547835688,905.7541904518346,72.54358897168744,919.5613091976044,65.64002959880229 " +
"933.3684279433741,58.736470225917145,969.3820565192519,96.50571547835607,1000,150 " +
"L1050,125"))
"M600,350 650,325 C643.096440627115,311.1928812542302,648.6928812542301,294.40355937288496,662.5,287.5 S693.096440627115,286.19288125423014,700,300 L750,275 C734.991398858547,248.0794386930346,734.0174049332719,220.65957121240578,747.8245236790418,213.75601183952088 S784.991398858547,223.07943869303466,800,250 L850,225 C827.1533531779085,184.81184586860044,819.8253677947489,146.636469309811,833.6324865405187,139.73290993692603 S877.1533531779083,159.8118458686003,900,200 L950,175 C919.3820565192525,121.50571547835688,905.7541904518346,72.54358897168744,919.5613091976044,65.64002959880229 S969.3820565192519,96.50571547835607,1000,150 L1050,125"))

);
}
Expand Down

0 comments on commit 2b091dc

Please sign in to comment.