mediawiki-extensions-Discus.../tests/cases/ThreadItemStore/7identical-rev-timestamp/dump.xml
Bartosz Dziewoński c922e1babd ThreadItemStoreTest: Add test for identical revision timestamps
discussiontools_item_pages row itp_id=5 has incorrect
itp_oldest_revision_id. It should point to the older of the two
revisions with the same time, but it points to the newer one.
discussiontools_item_revisions row is missing.

Depends-On: I56f0e161e5438d5f77b7d53d4db7411f90f97d05
Change-Id: I61ed42515891a84729455a7a32c98276c7cacd40
2022-10-20 02:36:40 +02:00

40 lines
1.3 KiB
XML

<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
<page>
<title>Talk:ThreadItemStore7</title>
<ns>1</ns>
<revision>
<contributor>
<username>X</username>
</contributor>
<text xml:space="preserve">== A ==
B. --[[User:X]] 07:00, 20 July 2022 (UTC)
== C ==
D. --[[User:X]] 07:01, 20 July 2022 (UTC)</text>
<timestamp>2022-07-20T07:01:00Z</timestamp>
</revision>
<revision>
<contributor>
<username>Y</username>
</contributor>
<text xml:space="preserve">== A ==
B. --[[User:X]] 07:00, 20 July 2022 (UTC)
:E. --[[User:Y]] 07:02, 20 July 2022 (UTC)
== C ==
D. --[[User:X]] 07:01, 20 July 2022 (UTC)</text>
<timestamp>2022-07-20T07:02:00Z</timestamp>
</revision>
<revision>
<contributor>
<username>Z</username>
</contributor>
<text xml:space="preserve">== A ==
B. --[[User:X]] 07:00, 20 July 2022 (UTC)
:E. --[[User:Y]] 07:02, 20 July 2022 (UTC)
== C ==
D. --[[User:X]] 07:01, 20 July 2022 (UTC)
:F. --[[User:Z]] 07:02, 20 July 2022 (UTC)</text>
<timestamp>2022-07-20T07:02:00Z</timestamp>
</revision>
</page>
</mediawiki>