The isExported option should only apply to files
This commit is contained in:
+2
-2
@@ -197,8 +197,8 @@ def testItemXMLPackUnpack():
|
||||
assert etree.tostring(xContent, pretty_print=False, encoding="utf-8") == (
|
||||
b"<content>"
|
||||
b"<item handle=\"0123456789abc\" order=\"1\" parent=\"0123456789abc\">"
|
||||
b"<name>A Name</name><type>TRASH</type><class>TRASH</class><status>Main</status>"
|
||||
b"<expanded>True</expanded><exported>True</exported>"
|
||||
b"<name>A Name</name><type>TRASH</type><class>TRASH</class>"
|
||||
b"<status>Main</status><expanded>True</expanded>"
|
||||
b"</item>"
|
||||
b"</content>"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user