gparted/tests
Mike Fleetwood 9b52666bdb Simplify obtaining address of password memory for unit tests (#795617)
Use private access into the PasswordRAMStore class to directly obtain
the address of the locked memory, rather than inferring it from the
address of the first stored password.  This simplifies
PasswordRAMStoreTest::SetUpTestCase() and avoids encoding most of the
implementation knowledge that the first password will be stored at the
start of the protected memory.

Bug 795617 - Implement opening and closing of LUKS mappings
2018-04-30 09:10:48 -06:00
..
Makefile.am Add unit tests for PasswordRAMStore module (#795617) 2018-04-30 09:10:48 -06:00
test_BlockSpecial.cc Use /dev/disk/by-id/ to get device symlink in test_BlockSpecial 2018-03-26 10:16:45 -06:00
test_PasswordRAMStore.cc Simplify obtaining address of password memory for unit tests (#795617) 2018-04-30 09:10:48 -06:00
test_PipeCapture.cc Add PipeCapture line discipline tests 2017-06-03 09:38:55 -06:00
test_dummy.cc Add unit test suites with initial successful dummy test (#781978) 2017-06-02 10:13:16 -06:00