mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
Merge branch 'vala-attributes-validate-test-fix' into 'master'
Fix Vala test for attributes_validate See merge request GNOME/libsecret!132
This commit is contained in:
commit
39055f245e
@ -20,7 +20,7 @@ private void test_attributes_validate () {
|
|||||||
attributes["number"] = "1";
|
attributes["number"] = "1";
|
||||||
|
|
||||||
bool valid = Secret.attributes_validate (schema, attributes);
|
bool valid = Secret.attributes_validate (schema, attributes);
|
||||||
GLib.assert (valid = true);
|
GLib.assert (valid == true);
|
||||||
} catch ( GLib.Error e ) {
|
} catch ( GLib.Error e ) {
|
||||||
GLib.error (e.message);
|
GLib.error (e.message);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user