rossturner / king-under-the-mountain

A simulation-based strategy game written in Java using LibGDX
MIT License
111 stars 17 forks source link

Failing tests #22

Closed nanodeath closed 4 months ago

nanodeath commented 4 months ago

Hi there. I see a few tests are failing -- are these failing for you as well, or is my environment misconfigured?

> Task :core:test

technology.rocketjump.undermount.rooms.components.StockpileComponentTest > allocate_stacks_items_into_same_tile FAILED
    java.lang.NullPointerException at StockpileComponentTest.java:97

technology.rocketjump.undermount.materials.DynamicMaterialFactoryTest > getDynamicMaterialDescription_forMultiIngredientSoup FAILED
    org.junit.ComparisonFailure at DynamicMaterialFactoryTest.java:111

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > updateGeometry_3x3World_lightAtLowerLeft FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > testSimpleCase FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > updateGeometry_withLightUnderWall FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > updateGeometry_withInitialEdgeOccluded FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > updateGeometry_initialEdgeNotOccluded_butLastPointIsOccluded FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > updateGeometry_initialEdge_endPointOccludedOnRight FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > updateGeometry_complexCase1 FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > updateGeometry_complexCase2 FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.rendering.lighting.LightProcessorTest > updateGeometry_withWallAboveRightOfLightPoint FAILED
    java.io.FileNotFoundException at LightProcessorTest.java:47

technology.rocketjump.undermount.entities.ai.goap.AssignedGoalTest > getDescription_hasTranslation_forEachGoalAndAction FAILED
    com.google.inject.ProvisionException at AssignedGoalTest.java:71
        Caused by: java.lang.UnsatisfiedLinkError at AssignedGoalTest.java:71

technology.rocketjump.undermount.ui.i18n.I18NTranslatorTest > describeHumanoid FAILED
    java.lang.NullPointerException at I18NTranslatorTest.java:153

technology.rocketjump.undermount.ui.i18n.I18NTranslatorTest > getWallConstructionDescription_doesNotShowMaterialType_whenNoMaterialSelected FAILED
    org.junit.ComparisonFailure at I18NTranslatorTest.java:406

technology.rocketjump.undermount.ui.i18n.I18NTranslatorTest > getWallConstructionDescription_doesShowMaterialType_whenMaterialIsSelected FAILED
    org.junit.ComparisonFailure at I18NTranslatorTest.java:415

technology.rocketjump.undermount.mapping.tile.wall.EdgeAtlasTest > wallEdgeAtlas_shouldContainExpectedEntries FAILED
    java.io.FileNotFoundException at EdgeAtlasTest.java:15

140 tests completed, 16 failed

Happy to fix them, but I kinda want to know if it's just my environment or not.