appy.gen: added default validation for wrong dates; for Action fields, added value 'filetmp' for param 'result' for removing temp files that are returned as the result of an action; values entered by the user in the search screens are not stripped; wrapper method 'export' can now export an object in a CSV file; appy.pod: bullets for default list styles in any ODT file generated through pod are now smaller.
This commit is contained in:
parent
9f418439aa
commit
39d68f6490
13 changed files with 787 additions and 628 deletions
|
@ -177,7 +177,8 @@ class Test(appy.shared.test.Test):
|
|||
areXml=True, xmlTagsToIgnore=(
|
||||
(OdfEnvironment.NS_DC, 'date'),
|
||||
(OdfEnvironment.NS_STYLE, 'style')),
|
||||
xmlAttrsToIgnore=('draw:name','text:name'), encoding='utf-8')
|
||||
xmlAttrsToIgnore=('draw:name','text:name','text:bullet-char'),
|
||||
encoding='utf-8')
|
||||
if diffOccurred:
|
||||
res = True
|
||||
break
|
||||
|
|
1102
pod/test/Tests.rtf
1102
pod/test/Tests.rtf
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue