bin/test-hid-vs-ui.py | 2 ++ 1 file changed, 2 insertions(+) New commits: commit e150e9c45c9ecf519fa76bd055adf8cc26ced91f Author: Gabor Kelemen <kelem...@ubuntu.com> Date: Thu Oct 6 16:33:55 2016 +0200
Recognize fps/ path Script was tripping over this valid reference: From source/text/shared/guide/cmis-remote-files.xhp, we did not find file fps/uiconfig/ui/remotefilesdialog.ui. Change-Id: I42b178742f7f168177c525191f54b43d3a5821d6 Reviewed-on: https://gerrit.libreoffice.org/29571 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/bin/test-hid-vs-ui.py b/bin/test-hid-vs-ui.py index a5ee411..bbb46ae 100755 --- a/bin/test-hid-vs-ui.py +++ b/bin/test-hid-vs-ui.py @@ -112,6 +112,8 @@ if __name__ == "__main__": uifile = "sfx2" + uifile[3:] elif uifile.startswith("svt"): uifile = "svtools" + uifile[3:] + elif uifile.startswith("fps"): + uifile = "fpicker" + uifile[3:] components = uifile.split('/',1); uifile = components[0] + '/uiconfig/' + components[1] targets[uifile].add(compname.split(':')[0]) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits