CS4850Group5A / VirtuDoc

1 stars 3 forks source link

About page #269

Closed unfinishedsenten closed 2 years ago

github-actions[bot] commented 2 years ago

Unit Test Results

15 files  ±0  15 suites  ±0   34s :stopwatch: +7s 93 tests +9  93 :heavy_check_mark: +9  0 :zzz: ±0  0 :x: ±0 

Results for commit 079b4776. ± Comparison against base commit eeb71a49.

:recycle: This comment has been updated with latest results.

ARMmaster17 commented 2 years ago

Looks like a few of the tests are failing.

testFaviconsHaveValidFileNames{String}[1] (com.virtudoc.web.FaviconAssetTests) failed

Looks like it's because the three new images are in the root of the static folder, and not in static/img. Moving the images to static/img or deleting src/test/java/com/virtudoc/web/FaviconAssetTests.java will make everything pass.