Skip to content
Commit 30cbdb9c authored by Álvaro Peña's avatar Álvaro Peña
Browse files

Tests: First VFS tests

There are three tests to test the VFS:

 1. "plain": just open and close the DB
 2. "data": open db, insert some data, close db and then ensuring
    the data reopening
 3. "encrypted:" The same as "data", but encrypting the database.
    To do it, we create a tests keys in order to encrypt and sign
    the DB.
    This is something to improve, because the keys creation takes
    a long time, and the GPGme backend request for confirmation
    when we delete the keys from the public ring.

https://bugzilla.gnome.org/show_bug.cgi?id=659500
parent 61a38bc4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment