GetUniqueBuildID should use GetLocalNetworkVersion for default value

UE - Automation Test - Nov 13, 2018

See https://udn.unrealengine.com/questions/466694/index.html GetUniqueBuildID() was changed in 4.20 so the value returned by default was the same as the network version. However FNetworkVersion::Ge ...

TestEqual(TCHAR*, TCHAR*) function is testing pointer equality instead of values

UE - Automation Test - Oct 1, 2018

A licensee has reported that the TestEqual(TCHAR*, TCHAR*) function tests for pointer equality instead of comparing two values, which does not accomplish what the function is meant to do. Regressio ...

Session Frontend "Automation" tab prevents -unattended "RunAll" automation tests

UE - Automation Test - Feb 26, 2018

The problem seems to be that in HandleRefreshTestCallback in AutomationCommandline.cpp, it enables all the tests, but then in SAutomationWindow::OnRefreshTestCallback it turns off all the test that ...

Can't save BPs after stopping automation tests

UE - Automation Test - Jan 5, 2018

User reported that they are unable to save assets after running tests: https://answers.unrealengine.com/questions/742429/cannot-save-or-change-assets-after-running-a-autom.html ...

Unable to add/compile code for Automation Test

UE - Automation Test - May 22, 2017

When following the documentation on setting up automation tests, the sample provided for "Simple Tests" does not successfully compile. One of two compiles errors is given based on the TFlag used A ...

Blueprint Functional Tests Failing When Run Dedicated Server is Enabled

UE - Automation Test - Feb 28, 2017

When Run Dedicated Server is enabled, it appears that functional tests are not able to succeed. The following error is appearing in the Automation Test Results: No functional testing script on map ...

Using TMap Contains( ) with automated unit testing can result in a false return, when the element of the TMap exists.

UE - Automation Test - Jul 27, 2016

If a user relies on the automation unit testing, they can get a incorrect result when using TMap because Contains( ) doesn't always return the correct result. ...

Hot reload does not compile changes to automation tests

UE - Automation Test - Jan 13, 2016

After making a change to an automation test function and triggering a hot reload, the changes are not reflected the next time the text is ran. ...

JSON seems to break commandline in automation framework commandlines.

UE - Automation Test - Nov 24, 2015

Complex tests whose commandlines are created with JSON seem to be ignored by the automation framework. ...

Running Automation Test for Directory Watcher Causes the Editor to Crash

UE - Automation Test - Nov 2, 2015

Running an automation test for Directory Watcher for Plugins causes the editor to crash on the Simple Modify step. Occurs only in 4.10 Preview 3. Regression: This does not occur in 4.9.2, but occu ...