Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring boot 3.3.3 #78

Merged
merged 1 commit into from
Sep 2, 2024

Update build.gradle

e4ec4da
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Spring boot 3.3.3 #78

Update build.gradle
e4ec4da
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests Results succeeded Sep 2, 2024 in 0s

Tests Results ✔️

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/itTests/TEST-de.kontextwork.converter.module.convert.controller.ConversionControllerTest.xml 4✔️ 2s
build/test-results/unitTests/TEST-de.kontextwork.converter.base.FileNameUtilsTest.xml 3✔️ 602ms

✔️ build/test-results/itTests/TEST-de.kontextwork.converter.module.convert.controller.ConversionControllerTest.xml

4 tests were completed in 2s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.kontextwork.converter.module.convert.controller.ConversionControllerTest 4✔️ 2s

✔️ de.kontextwork.converter.module.convert.controller.ConversionControllerTest

✔️ Should convert xltx to html
✔️ Should convert docx to html
✔️ Should convert docx to html using embedded images
✔️ Should convert dotx to html

✔️ build/test-results/unitTests/TEST-de.kontextwork.converter.base.FileNameUtilsTest.xml

3 tests were completed in 602ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.kontextwork.converter.base.FileNameUtilsTest 3✔️ 602ms

✔️ de.kontextwork.converter.base.FileNameUtilsTest

✔️ shouldAllowFileName()
✔️ shouldAllowFileNameWithSpaces()
✔️ shouldStripFolder()