mediawiki-extensions-Discus.../tests/cases/ThreadItemStore/1simple-example/discussiontools_item_pages.json
Bartosz Dziewoński c6cf4a26a4 Update expected IDs in ThreadItemStore tests
After MediaWiki change I308617427309815062d54c14f3438cab31b08a73
there's no longer a "default" user/page/revision in the database, so
the user/page/revision IDs in the tests should start at 1 and not 2.

Bug: T345984
Change-Id: I3271e4fdd52cf6e2074d8c9d3d5571a69b150476
2023-09-09 23:36:04 +02:00

31 lines
539 B
JSON

[
{
"itp_id": "1",
"itp_items_id": "1",
"itp_page_id": "1",
"itp_oldest_revision_id": "1",
"itp_newest_revision_id": "3"
},
{
"itp_id": "2",
"itp_items_id": "2",
"itp_page_id": "1",
"itp_oldest_revision_id": "1",
"itp_newest_revision_id": "3"
},
{
"itp_id": "3",
"itp_items_id": "3",
"itp_page_id": "1",
"itp_oldest_revision_id": "2",
"itp_newest_revision_id": "3"
},
{
"itp_id": "4",
"itp_items_id": "4",
"itp_page_id": "1",
"itp_oldest_revision_id": "3",
"itp_newest_revision_id": "3"
}
]