mediawiki-extensions-Discus.../tests/cases/ThreadItemStore/8indistinguishable-comments-same-page/discussiontools_items.json
Bartosz Dziewoński 66cac8523e ThreadItemStoreTest: Add test for old revisions of indistinguishable comments
Just to confirm that this works correctly, because I broke it a few
times in different ways while working on T321121.

In this scenario, discussiontools_item_revisions contains rows for
the oldest and newest revisions of pages containing each comment
distinguishable by name, as well as extra rows for the newest
revisions of comments indistinguishable by name, so that they can
be looked up by ID.

Change-Id: Ic8450a6b082ed343dd633d3a43c50696b5d6d2bb
2022-10-20 03:50:47 +02:00

21 lines
340 B
JSON

[
{
"it_id": "1",
"it_itemname": "h-Y-20220720080000",
"it_timestamp": null,
"it_actor": null
},
{
"it_id": "2",
"it_itemname": "c-Y-20220720080000",
"it_timestamp": "20220720080000",
"it_actor": "3"
},
{
"it_id": "3",
"it_itemname": "c-X-20220720080100",
"it_timestamp": "20220720080100",
"it_actor": "2"
}
]