mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-24 16:39:52 -05:00
fix tests with new CustomAttribute format
This commit is contained in:
parent
8408e7fdb4
commit
51c668a0fd
@ -96,10 +96,10 @@ void TestAutoType::init()
|
|||||||
m_entry4->setPassword("custom_attr");
|
m_entry4->setPassword("custom_attr");
|
||||||
m_entry4->attributes()->set("CUSTOM","Attribute",false);
|
m_entry4->attributes()->set("CUSTOM","Attribute",false);
|
||||||
association.window = "//^CustomAttr1$//";
|
association.window = "//^CustomAttr1$//";
|
||||||
association.sequence = "{PASSWORD}:{CUSTOM}";
|
association.sequence = "{PASSWORD}:{S:CUSTOM}";
|
||||||
m_entry4->autoTypeAssociations()->add(association);
|
m_entry4->autoTypeAssociations()->add(association);
|
||||||
association.window = "//^CustomAttr2$//";
|
association.window = "//^CustomAttr2$//";
|
||||||
association.sequence = "{CuStOm}";
|
association.sequence = "{S:CuStOm}";
|
||||||
m_entry4->autoTypeAssociations()->add(association);
|
m_entry4->autoTypeAssociations()->add(association);
|
||||||
association.window = "//^CustomAttr3$//";
|
association.window = "//^CustomAttr3$//";
|
||||||
association.sequence = "{PaSSworD}";
|
association.sequence = "{PaSSworD}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user