You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- FAutomationTestBase (EngineTests) and LowLevelTestsRunner/Expectations.h use case insensitive comparisons by default. - Deprecated the existing Test[Not]EqualInsensitive as not it always does the same thing as Test[Not]Equal - Added Test[Not]EqualSensitive in case we need case sensitive comparisons somewhere. - Fixed crashes in string comparison overloads for TCHAR* - Removed superfluous overloads (FString vs TCHAR*) from LowLevelTestsRunner. - Added TStringView and TUtf8StringView overloads to LowLevelTestsRunner to handle the above and more. - Added a missing overload for TCHAR* to LowLevelTestsRunner (previously, TCHAR* vs TCHAR* would compare pointer values). - Added a few additional tests. #rb Jerome.Delattre, sean.sweeney, sebastian.lewicki #tests Executed some EngineTests and FoundationTests locally, ran EngineTest and LowLevelTests preflights with my change and compared results to the nightly runs. [CL 35970884 by wojciech krywult in ue5-main branch]