bi3mer / SeniorProject

Senior Project Game
MIT License
1 stars 1 forks source link

more tests #868

Closed bi3mer closed 7 years ago

bi3mer commented 7 years ago

fixes #867

ggetz commented 7 years ago
RandomVector2dMaxMagnitudeTest (0.004s)
---
Expected: True
  But was:  False
---
at RandomUtilityTests.RandomVector2dMaxMagnitudeTest () [0x00025] in C:\Users\Gabby\workspace\SeniorProject\Assets\Editor\EditorUnitTests\UtilityTests\RandomUtilityTests.cs:69
bi3mer commented 7 years ago

@ggetz sorry I forgot to push a change i made from before, but it is there now. Basically floating point errors can cause this to fail even though it is theoretically fine.

bi3mer commented 7 years ago

@ggetz @alliyfrauenpreis Should be good now

ggetz commented 7 years ago

Yep, everything passes now, thanks!