|
@@ -63,7 +63,6 @@ test_decrypt_003_wrong_password (Dump *dump, gconstpointer user_data)
|
|
|
iridium_crypto_derive_keys (params, "foo");
|
|
iridium_crypto_derive_keys (params, "foo");
|
|
|
items = iridium_standard_file_get_items (dump->parser, params, &error);
|
|
items = iridium_standard_file_get_items (dump->parser, params, &error);
|
|
|
g_assert_null (items);
|
|
g_assert_null (items);
|
|
|
- g_assert_nonnull (error);
|
|
|
|
|
iridium_crypto_auth_params_free (params);
|
|
iridium_crypto_auth_params_free (params);
|
|
|
}
|
|
}
|
|
|
|
|
|