osquery-1/tests
Stefano Bonicatti e7fde8ad8e Fix wrong error code returned when querying the Windows registry (#5621)
Calling GetLastError() will not return the error code for the Windows registry APIs,
since they return a LSTATUS value which already the error code.

This also fixes the RegistryTablesTest.test_registry_non_existing_key
test case which was incorrectly expecting success when querying
for a non-existent registry key.

Ported from https://github.com/osql/osql/pull/50
2019-07-01 22:23:02 +02:00
..
integration/tables Fix boost asio string_view detection hack 2019-06-26 21:49:06 -04:00
unit Fix wrong error code returned when querying the Windows registry (#5621) 2019-07-01 22:23:02 +02:00
BUCK Move plugins to a separate directory [5/?] (#5483) 2019-03-02 04:23:06 -08:00
CMakeLists.txt Add CMake support 2019-06-26 21:49:06 -04:00
test_util.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
test_util.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00