details: https://code.tryton.org/tryton/commit/3415e61337d8
branch: default
user: Nicolas Évrard <[email protected]>
date: Tue Feb 24 22:38:23 2026 +0100
description:
Remove useless XML file from tests module
diffstat:
trytond/trytond/tests/tryton.cfg | 1 -
trytond/trytond/tests/workflow.xml | 7 -------
2 files changed, 0 insertions(+), 8 deletions(-)
diffs (22 lines):
diff -r fe8a0399c799 -r 3415e61337d8 trytond/trytond/tests/tryton.cfg
--- a/trytond/trytond/tests/tryton.cfg Tue Feb 24 22:37:16 2026 +0100
+++ b/trytond/trytond/tests/tryton.cfg Tue Feb 24 22:38:23 2026 +0100
@@ -3,7 +3,6 @@
ir
res
xml:
- workflow.xml
wizard.xml
modelview.xml
field_function.xml
diff -r fe8a0399c799 -r 3415e61337d8 trytond/trytond/tests/workflow.xml
--- a/trytond/trytond/tests/workflow.xml Tue Feb 24 22:37:16 2026 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-<?xml version="1.0"?>
-<!-- This file is part of Tryton. The COPYRIGHT file at the top level of this
- repository contains the full copyright notices and license terms. -->
-<tryton>
- <data>
- </data>
-</tryton>