events/Tests/Functional/Import/DestinationDataTest/Fixtures/SingleCategory.xml
Daniel Siepmann 06d111e132 Do not trigger warning if no category was configured
The import already worked without category, but triggered a warning.
Tests were extended to always work with category, except in new test
case.
All tests were extended to check for empty logs in the end.

The import now checks whether category should be imported and ignores
further processing if not configured.

Relates: #9542
2021-12-20 10:15:26 +01:00

16 lines
331 B
XML

<?xml version="1.0" encoding="utf-8"?>
<dataset>
<sys_category>
<uid>1</uid>
<pid>2</pid>
<title>Top Category</title>
</sys_category>
<sys_category>
<uid>2</uid>
<pid>2</pid>
<title>Event Category Parent</title>
<parent>1</parent>
</sys_category>
</dataset>