bin/list-uitest.py | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit a09958dd35bf29b99714e05c758ff0c71ca75870
Author: Xisco Fauli <[email protected]>
Date: Tue Jan 23 16:21:07 2018 +0100
Add wiki header and footer to the output
Change-Id: Iec0be65f57cac06756f2e8101d3edb89b126e92f
Reviewed-on: https://gerrit.libreoffice.org/48430
Tested-by: Jenkins <[email protected]>
Reviewed-by: Xisco Faulí <[email protected]>
diff --git a/bin/list-uitest.py b/bin/list-uitest.py
index c5cabc3abdea..baecc41b89a0 100755
--- a/bin/list-uitest.py
+++ b/bin/list-uitest.py
@@ -53,6 +53,11 @@ def main():
'Math': ['../uitest/math_tests/'],
'Draw': ['']}
+ print('{{TopMenu}}')
+ print('{{Menu}}')
+ print('{{Menu.Development}}')
+ print('{{OrigLang|}}')
+ print()
print('Generated on ' + str(datetime.datetime.now()))
for k,v in uitest_dirs.items():
print('\n=== ' + k + ' ===')
@@ -66,6 +71,8 @@ def main():
linkFormat(class_name),uitest_file[3:]))
for m in method_names:
print('**' + linkFormat(m))
+ print()
+ print('[[Category:QA]][[Category:Development]]')
if __name__ == '__main__':
main()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits